Color Hex Logo

#dcd077 Color Hex

#DCD077
(220,208,119)
0 Favorites   0 Comments

Color spaces of #dcd077

RGB 220208119
HSL0.150.590.66
HSV53°46°86°
CMYK 0.000.050.46   0.14
XYZ55.400861.659326.4343
Yxy61.65930.38610.4297
Hunter Lab78.5234-11.478535.0069
CIE-Lab82.7319-7.902545.4606

#dcd077 color RGB value is (220,208,119).

#dcd077 hex color red value is 220, green value is 208 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dcd077 hue: 0.15 , saturation: 0.59 and the lightness value of dcd077 is 0.66.

The process color (four color CMYK) of #dcd077 color hex is 0.00, 0.05, 0.46, 0.14. Web safe color of #dcd077 is #cccc66. Color #dcd077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 01110111
Octal 334 320 167
Decimal 220 208 119
Hex DC D0 77

RGB Percentages of Color #dcd077

%40.22
%38.03
%21.76

CMYK Percentages of Color #dcd077

%0
%5
%46
%14

Triadic Colors of #dcd077

#dcd077 #77dcd0 #d077dc

Analogous Colors of #dcd077

#dcd077 #b6dc77 #dc9e77

Monochromatic Colors of #dcd077

#dcd077

Complementary Color

#dcd077 #7783dc

#dcd077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd077 Color CSS Codes

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

#dcd077 Text Font Color

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

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


#dcd077 Background Color

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

This div background color is #dcd077


#dcd077 Border Color

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

This div border color is #dcd077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd077


Comments

No comments written yet.

Please login to write comment.