Color Hex Logo

#dfaf11 Color Hex

#DFAF11
(223,175,17)
0 Favorites   0 Comments

Color spaces of #dfaf11

RGB 22317517
HSL0.130.860.47
HSV46°92°87°
CMYK 0.000.220.92   0.13
XYZ45.862646.38847.0670
Yxy46.38840.46180.4671
Hunter Lab68.10901.005841.5244
CIE-Lab73.79695.116874.4470

#dfaf11 color RGB value is (223,175,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 00010001
Octal 337 257 21
Decimal 223 175 17
Hex DF AF 11

RGB Percentages of Color #dfaf11

%53.73
%42.17
%4.10

CMYK Percentages of Color #dfaf11

%0
%22
%92
%13

Triadic Colors of #dfaf11

#dfaf11 #11dfaf #af11df

Analogous Colors of #dfaf11

#dfaf11 #a8df11 #df4811

Monochromatic Colors of #dfaf11

#dfaf11

Complementary Color

#dfaf11 #1141df

#dfaf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf11 Color CSS Codes

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

#dfaf11 Text Font Color

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

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


#dfaf11 Background Color

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

This div background color is #dfaf11


#dfaf11 Border Color

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

This div border color is #dfaf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf11


Comments

No comments written yet.

Please login to write comment.