Color Hex Logo

#dfaf10 Color Hex

#DFAF10
(223,175,16)
0 Favorites   0 Comments

Color spaces of #dfaf10

RGB 22317516
HSL0.130.870.47
HSV46°93°87°
CMYK 0.000.220.93   0.13
XYZ45.854946.38537.0267
Yxy46.38530.46190.4673
Hunter Lab68.10680.993641.5577
CIE-Lab73.79495.103474.5967

#dfaf10 color RGB value is (223,175,16).

#dfaf10 hex color red value is 223, green value is 175 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dfaf10 hue: 0.13 , saturation: 0.87 and the lightness value of dfaf10 is 0.47.

The process color (four color CMYK) of #dfaf10 color hex is 0.00, 0.22, 0.93, 0.13. Web safe color of #dfaf10 is #cc9900. Color #dfaf10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 00010000
Octal 337 257 20
Decimal 223 175 16
Hex DF AF 10

RGB Percentages of Color #dfaf10

%53.86
%42.27
%3.86

CMYK Percentages of Color #dfaf10

%0
%22
%93
%13

Triadic Colors of #dfaf10

#dfaf10 #10dfaf #af10df

Analogous Colors of #dfaf10

#dfaf10 #a8df10 #df4810

Monochromatic Colors of #dfaf10

#dfaf10

Complementary Color

#dfaf10 #1040df

#dfaf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf10 Color CSS Codes

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

#dfaf10 Text Font Color

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

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


#dfaf10 Background Color

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

This div background color is #dfaf10


#dfaf10 Border Color

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

This div border color is #dfaf10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf10


Comments

No comments written yet.

Please login to write comment.