Color Hex Logo

#dfa472 Color Hex

#DFA472
(223,164,114)
0 Favorites   0 Comments

Color spaces of #dfa472

RGB 223164114
HSL0.080.630.66
HSV28°49°87°
CMYK 0.000.260.49   0.13
XYZ46.744143.453821.8433
Yxy43.45380.41720.3878
Hunter Lab65.919511.216826.4971
CIE-Lab71.861915.953734.4060

#dfa472 color RGB value is (223,164,114).

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

The process color (four color CMYK) of #dfa472 color hex is 0.00, 0.26, 0.49, 0.13. Web safe color of #dfa472 is #cc9966. Color #dfa472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01110010
Octal 337 244 162
Decimal 223 164 114
Hex DF A4 72

RGB Percentages of Color #dfa472

%44.51
%32.73
%22.75

CMYK Percentages of Color #dfa472

%0
%26
%49
%13

Triadic Colors of #dfa472

#dfa472 #72dfa4 #a472df

Analogous Colors of #dfa472

#dfa472 #dfdb72 #df7277

Monochromatic Colors of #dfa472

#dfa472

Complementary Color

#dfa472 #72addf

#dfa472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa472 Color CSS Codes

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

#dfa472 Text Font Color

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

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


#dfa472 Background Color

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

This div background color is #dfa472


#dfa472 Border Color

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

This div border color is #dfa472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa472


Comments

No comments written yet.

Please login to write comment.