Color Hex Logo

#dfaf31 Color Hex

#DFAF31
(223,175,49)
0 Favorites   0 Comments

Color spaces of #dfaf31

RGB 22317549
HSL0.120.730.53
HSV43°78°87°
CMYK 0.000.220.78   0.13
XYZ46.315846.56979.4535
Yxy46.56970.45260.4551
Hunter Lab68.24201.724339.5560
CIE-Lab73.91375.900766.4629

#dfaf31 color RGB value is (223,175,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 00110001
Octal 337 257 61
Decimal 223 175 49
Hex DF AF 31

RGB Percentages of Color #dfaf31

%49.89
%39.15
%10.96

CMYK Percentages of Color #dfaf31

%0
%22
%78
%13

Triadic Colors of #dfaf31

#dfaf31 #31dfaf #af31df

Analogous Colors of #dfaf31

#dfaf31 #b8df31 #df5831

Monochromatic Colors of #dfaf31

#dfaf31

Complementary Color

#dfaf31 #3161df

#dfaf31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaf31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaf31 Color CSS Codes

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

#dfaf31 Text Font Color

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

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


#dfaf31 Background Color

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

This div background color is #dfaf31


#dfaf31 Border Color

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

This div border color is #dfaf31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaf31


Comments

No comments written yet.

Please login to write comment.