color codes Logo

#ddc60f color codes

#DDC60F
(221,198,15)
0 Favorites   0 Comments

Color spaces of #ddc60f

RGB 22119815
HSL0.150.870.46
HSV53°93°87°
CMYK 0.000.100.93   0.13
XYZ50.099155.79488.5809
Yxy55.79480.43760.4874
Hunter Lab74.6959-10.996645.4760
CIE-Lab79.4969-7.730778.9024

#ddc60f color RGB value is (221,198,15).

#ddc60f hex color red value is 221, green value is 198 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ddc60f hue: 0.15 , saturation: 0.87 and the lightness value of ddc60f is 0.46.

The process color (four color CMYK) of #ddc60f color code is 0.00, 0.10, 0.93, 0.13. Web safe color of #ddc60f is #cccc00. Color #ddc60f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 00001111
Octal 335 306 17
Decimal 221 198 15
Hex DD C6 F

RGB Percentages of Color #ddc60f

%50.92
%45.62
%3.46

CMYK Percentages of Color #ddc60f

%0
%10
%93
%13

Triadic Colors of #ddc60f

#ddc60f #0fddc6 #c60fdd

Analogous Colors of #ddc60f

#ddc60f #8ddd0f #dd5f0f

Monochromatic Colors of #ddc60f

#ddc60f

Complementary Color

#ddc60f #0f26dd

#ddc60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc60f Color CSS Codes

.mybgcolor {background-color:#ddc60f; } 
.myforecolor {color:#ddc60f; }
.mybordercolor {border:3px solid #ddc60f; }

#ddc60f Text Font Color

<p style="color:#ddc60f">Text here</p>

This sample text font color is #ddc60f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc60f Background Color

<div style="background-color:#ddc60f">
Div content here</div>

This div background color is #ddc60f


#ddc60f Border Color

<div style="border:3px solid #ddc60f">
Div here</div>

This div border color is #ddc60f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,198,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc60f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc60f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc60f;
  box-shadow:         1px 1px 3px 2px #ddc60f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,198,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc60f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc60f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc60f;
  box-shadow:         1px 1px 3px 2px #ddc60f;">
Div content here</div>

This div box has shadow with color #ddc60f


Comments

No comments written yet.

Please login to write comment.