Color Hex Logo

#dccc39 Color Hex

#DCCC39
(220,204,57)
0 Favorites   0 Comments

Color spaces of #dccc39

RGB 22020457
HSL0.150.700.54
HSV54°74°86°
CMYK 0.000.070.74   0.14
XYZ51.846658.696812.4679
Yxy58.69680.42150.4772
Hunter Lab76.6138-13.278643.9810
CIE-Lab81.1246-10.104570.3365

#dccc39 color RGB value is (220,204,57).

#dccc39 hex color red value is 220, green value is 204 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dccc39 hue: 0.15 , saturation: 0.70 and the lightness value of dccc39 is 0.54.

The process color (four color CMYK) of #dccc39 color hex is 0.00, 0.07, 0.74, 0.14. Web safe color of #dccc39 is #cccc33. Color #dccc39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00111001
Octal 334 314 71
Decimal 220 204 57
Hex DC CC 39

RGB Percentages of Color #dccc39

%45.74
%42.41
%11.85

CMYK Percentages of Color #dccc39

%0
%7
%74
%14

Triadic Colors of #dccc39

#dccc39 #39dccc #cc39dc

Analogous Colors of #dccc39

#dccc39 #9bdc39 #dc7b39

Monochromatic Colors of #dccc39

#dccc39

Complementary Color

#dccc39 #3949dc

#dccc39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc39 Color CSS Codes

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

#dccc39 Text Font Color

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

This sample text font color is #dccc39
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.


#dccc39 Background Color

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

This div background color is #dccc39


#dccc39 Border Color

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

This div border color is #dccc39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,204,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccc39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccc39;
  -webkit-box-shadow: 1px 1px 3px 2px #dccc39;
  box-shadow:         1px 1px 3px 2px #dccc39; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,204,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc39


Comments

No comments written yet.

Please login to write comment.