Color Hex Logo

#dfaf60 Color Hex

#DFAF60
(223,175,96)
0 Favorites   0 Comments

Color spaces of #dfaf60

RGB 22317596
HSL0.100.660.63
HSV37°57°87°
CMYK 0.000.220.57   0.13
XYZ47.872747.192417.6522
Yxy47.19240.42470.4187
Hunter Lab68.69674.172132.8526
CIE-Lab74.31278.541246.6572

#dfaf60 color RGB value is (223,175,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01100000
Octal 337 257 140
Decimal 223 175 96
Hex DF AF 60

RGB Percentages of Color #dfaf60

%45.14
%35.43
%19.43

CMYK Percentages of Color #dfaf60

%0
%22
%57
%13

Triadic Colors of #dfaf60

#dfaf60 #60dfaf #af60df

Analogous Colors of #dfaf60

#dfaf60 #d0df60 #df7060

Monochromatic Colors of #dfaf60

#dfaf60

Complementary Color

#dfaf60 #6090df

#dfaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf60 Color CSS Codes

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

#dfaf60 Text Font Color

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

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


#dfaf60 Background Color

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

This div background color is #dfaf60


#dfaf60 Border Color

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

This div border color is #dfaf60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,175,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf60


Comments

No comments written yet.

Please login to write comment.