Color Hex Logo

#dcd877 Color Hex

#DCD877
(220,216,119)
0 Favorites   0 Comments

Color spaces of #dcd877

RGB 220216119
HSL0.160.590.66
HSV58°46°86°
CMYK 0.000.020.46   0.14
XYZ57.400865.659327.1009
Yxy65.65930.38230.4373
Hunter Lab81.0304-15.356436.8916
CIE-Lab84.8223-11.946248.0247

#dcd877 color RGB value is (220,216,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01110111
Octal 334 330 167
Decimal 220 216 119
Hex DC D8 77

RGB Percentages of Color #dcd877

%39.64
%38.92
%21.44

CMYK Percentages of Color #dcd877

%0
%2
%46
%14

Triadic Colors of #dcd877

#dcd877 #77dcd8 #d877dc

Analogous Colors of #dcd877

#dcd877 #aedc77 #dca677

Monochromatic Colors of #dcd877

#dcd877

Complementary Color

#dcd877 #777bdc

#dcd877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd877 Color CSS Codes

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

#dcd877 Text Font Color

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

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


#dcd877 Background Color

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

This div background color is #dcd877


#dcd877 Border Color

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

This div border color is #dcd877


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,216,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 #dcd877">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd877


Comments

No comments written yet.

Please login to write comment.