Color Hex Logo

#df991b Color Hex

#DF991B
(223,153,27)
0 Favorites   0 Comments

Color spaces of #df991b

RGB 22315327
HSL0.110.780.49
HSV39°88°87°
CMYK 0.000.310.88   0.13
XYZ42.020538.54966.2630
Yxy38.54960.48390.4440
Hunter Lab62.088312.151737.4811
CIE-Lab68.423717.004568.3546

#df991b color RGB value is (223,153,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 00011011
Octal 337 231 33
Decimal 223 153 27
Hex DF 99 1B

RGB Percentages of Color #df991b

%55.33
%37.97
%6.70

CMYK Percentages of Color #df991b

%0
%31
%88
%13

Triadic Colors of #df991b

#df991b #1bdf99 #991bdf

Analogous Colors of #df991b

#df991b #c3df1b #df371b

Monochromatic Colors of #df991b

#df991b

Complementary Color

#df991b #1b61df

#df991b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df991b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df991b Color CSS Codes

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

#df991b Text Font Color

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

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


#df991b Background Color

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

This div background color is #df991b


#df991b Border Color

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

This div border color is #df991b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df991b


Comments

No comments written yet.

Please login to write comment.