Color Hex Logo

#dcd876 Color Hex

#DCD876
(220,216,118)
0 Favorites   0 Comments

Color spaces of #dcd876

RGB 220216118
HSL0.160.590.66
HSV58°46°86°
CMYK 0.000.020.46   0.14
XYZ57.341165.635426.7862
Yxy65.63540.38290.4383
Hunter Lab81.0157-15.439137.1079
CIE-Lab84.8101-12.040148.4925

#dcd876 color RGB value is (220,216,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01110110
Octal 334 330 166
Decimal 220 216 118
Hex DC D8 76

RGB Percentages of Color #dcd876

%39.71
%38.99
%21.30

CMYK Percentages of Color #dcd876

%0
%2
%46
%14

Triadic Colors of #dcd876

#dcd876 #76dcd8 #d876dc

Analogous Colors of #dcd876

#dcd876 #addc76 #dca576

Monochromatic Colors of #dcd876

#dcd876

Complementary Color

#dcd876 #767adc

#dcd876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd876 Color CSS Codes

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

#dcd876 Text Font Color

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

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


#dcd876 Background Color

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

This div background color is #dcd876


#dcd876 Border Color

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

This div border color is #dcd876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd876


Comments

No comments written yet.

Please login to write comment.