Color Hex Logo

#dfd472 Color Hex

#DFD472
(223,212,114)
0 Favorites   0 Comments

Color spaces of #dfd472

RGB 223212114
HSL0.150.630.66
HSV54°49°87°
CMYK 0.000.050.49   0.13
XYZ57.012263.989825.2660
Yxy63.98980.38980.4375
Hunter Lab79.9936-12.770237.2688
CIE-Lab83.9605-9.187249.4446

#dfd472 color RGB value is (223,212,114).

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

The process color (four color CMYK) of #dfd472 color hex is 0.00, 0.05, 0.49, 0.13. Web safe color of #dfd472 is #cccc66. Color #dfd472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 01110010
Octal 337 324 162
Decimal 223 212 114
Hex DF D4 72

RGB Percentages of Color #dfd472

%40.62
%38.62
%20.77

CMYK Percentages of Color #dfd472

%0
%5
%49
%13

Triadic Colors of #dfd472

#dfd472 #72dfd4 #d472df

Analogous Colors of #dfd472

#dfd472 #b4df72 #df9e72

Monochromatic Colors of #dfd472

#dfd472

Complementary Color

#dfd472 #727ddf

#dfd472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd472 Color CSS Codes

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

#dfd472 Text Font Color

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

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


#dfd472 Background Color

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

This div background color is #dfd472


#dfd472 Border Color

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

This div border color is #dfd472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd472


Comments

No comments written yet.

Please login to write comment.