Color Hex Logo

#dfaf72 Color Hex

#DFAF72
(223,175,114)
0 Favorites   0 Comments

Color spaces of #dfaf72

RGB 223175114
HSL0.090.630.66
HSV34°49°87°
CMYK 0.000.220.49   0.13
XYZ48.798747.562822.5282
Yxy47.56280.41050.4001
Hunter Lab68.96585.612628.9085
CIE-Lab74.548310.074037.8267

#dfaf72 color RGB value is (223,175,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01110010
Octal 337 257 162
Decimal 223 175 114
Hex DF AF 72

RGB Percentages of Color #dfaf72

%43.55
%34.18
%22.27

CMYK Percentages of Color #dfaf72

%0
%22
%49
%13

Triadic Colors of #dfaf72

#dfaf72 #72dfaf #af72df

Analogous Colors of #dfaf72

#dfaf72 #d9df72 #df7972

Monochromatic Colors of #dfaf72

#dfaf72

Complementary Color

#dfaf72 #72a2df

#dfaf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf72 Color CSS Codes

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

#dfaf72 Text Font Color

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

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


#dfaf72 Background Color

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

This div background color is #dfaf72


#dfaf72 Border Color

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

This div border color is #dfaf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf72


Comments

No comments written yet.

Please login to write comment.