Color Hex Logo

#dfaf42 Color Hex

#DFAF42
(223,175,66)
0 Favorites   0 Comments

Color spaces of #dfaf42

RGB 22317566
HSL0.120.710.57
HSV42°70°87°
CMYK 0.000.220.70   0.13
XYZ46.744846.741311.7125
Yxy46.74130.44430.4443
Hunter Lab68.36762.402037.7000
CIE-Lab74.02406.636360.0964

#dfaf42 color RGB value is (223,175,66).

#dfaf42 hex color red value is 223, green value is 175 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dfaf42 hue: 0.12 , saturation: 0.71 and the lightness value of dfaf42 is 0.57.

The process color (four color CMYK) of #dfaf42 color hex is 0.00, 0.22, 0.70, 0.13. Web safe color of #dfaf42 is #cc9933. Color #dfaf42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 01000010
Octal 337 257 102
Decimal 223 175 66
Hex DF AF 42

RGB Percentages of Color #dfaf42

%48.06
%37.72
%14.22

CMYK Percentages of Color #dfaf42

%0
%22
%70
%13

Triadic Colors of #dfaf42

#dfaf42 #42dfaf #af42df

Analogous Colors of #dfaf42

#dfaf42 #c1df42 #df6142

Monochromatic Colors of #dfaf42

#dfaf42

Complementary Color

#dfaf42 #4272df

#dfaf42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf42 Color CSS Codes

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

#dfaf42 Text Font Color

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

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


#dfaf42 Background Color

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

This div background color is #dfaf42


#dfaf42 Border Color

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

This div border color is #dfaf42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf42


Comments

No comments written yet.

Please login to write comment.