Color Hex Logo

#dcd472 Color Hex

#DCD472
(220,212,114)
0 Favorites   0 Comments

Color spaces of #dcd472

RGB 220212114
HSL0.150.600.65
HSV55°48°86°
CMYK 0.000.040.48   0.14
XYZ56.095963.517525.2231
Yxy63.51750.38730.4385
Hunter Lab79.6979-13.832837.0242
CIE-Lab83.7139-10.395849.0891

#dcd472 color RGB value is (220,212,114).

#dcd472 hex color red value is 220, green value is 212 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dcd472 hue: 0.15 , saturation: 0.60 and the lightness value of dcd472 is 0.65.

The process color (four color CMYK) of #dcd472 color hex is 0.00, 0.04, 0.48, 0.14. Web safe color of #dcd472 is #cccc66. Color #dcd472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 01110010
Octal 334 324 162
Decimal 220 212 114
Hex DC D4 72

RGB Percentages of Color #dcd472

%40.29
%38.83
%20.88

CMYK Percentages of Color #dcd472

%0
%4
%48
%14

Triadic Colors of #dcd472

#dcd472 #72dcd4 #d472dc

Analogous Colors of #dcd472

#dcd472 #afdc72 #dc9f72

Monochromatic Colors of #dcd472

#dcd472

Complementary Color

#dcd472 #727adc

#dcd472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd472 Color CSS Codes

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

#dcd472 Text Font Color

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

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


#dcd472 Background Color

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

This div background color is #dcd472


#dcd472 Border Color

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

This div border color is #dcd472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd472


Comments

No comments written yet.

Please login to write comment.