Color Hex Logo

#df991f Color Hex

#DF991F
(223,153,31)
0 Favorites   0 Comments

Color spaces of #df991f

RGB 22315331
HSL0.110.760.50
HSV38°86°87°
CMYK 0.000.310.86   0.13
XYZ42.070038.56946.5236
Yxy38.56940.48270.4425
Hunter Lab62.104312.235137.2450
CIE-Lab68.438217.091767.3232

#df991f color RGB value is (223,153,31).

#df991f hex color red value is 223, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #df991f hue: 0.11 , saturation: 0.76 and the lightness value of df991f is 0.50.

The process color (four color CMYK) of #df991f color hex is 0.00, 0.31, 0.86, 0.13. Web safe color of #df991f is #cc9933. Color #df991f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 00011111
Octal 337 231 37
Decimal 223 153 31
Hex DF 99 1F

RGB Percentages of Color #df991f

%54.79
%37.59
%7.62

CMYK Percentages of Color #df991f

%0
%31
%86
%13

Triadic Colors of #df991f

#df991f #1fdf99 #991fdf

Analogous Colors of #df991f

#df991f #c5df1f #df391f

Monochromatic Colors of #df991f

#df991f

Complementary Color

#df991f #1f65df

#df991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df991f Color CSS Codes

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

#df991f Text Font Color

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

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


#df991f Background Color

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

This div background color is #df991f


#df991f Border Color

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

This div border color is #df991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df991f


Comments

No comments written yet.

Please login to write comment.