Color Hex Logo

#df961d Color Hex

#DF961D
(223,150,29)
0 Favorites   0 Comments

Color spaces of #df961d

RGB 22315029
HSL0.100.770.49
HSV37°87°87°
CMYK 0.000.330.87   0.13
XYZ41.559537.58946.2274
Yxy37.58940.48680.4403
Hunter Lab61.310213.704536.8949
CIE-Lab67.716918.653267.2825

#df961d color RGB value is (223,150,29).

#df961d hex color red value is 223, green value is 150 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #df961d hue: 0.10 , saturation: 0.77 and the lightness value of df961d is 0.49.

The process color (four color CMYK) of #df961d color hex is 0.00, 0.33, 0.87, 0.13. Web safe color of #df961d is #cc9933. Color #df961d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 00011101
Octal 337 226 35
Decimal 223 150 29
Hex DF 96 1D

RGB Percentages of Color #df961d

%55.47
%37.31
%7.21

CMYK Percentages of Color #df961d

%0
%33
%87
%13

Triadic Colors of #df961d

#df961d #1ddf96 #961ddf

Analogous Colors of #df961d

#df961d #c7df1d #df351d

Monochromatic Colors of #df961d

#df961d

Complementary Color

#df961d #1d66df

#df961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df961d Color CSS Codes

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

#df961d Text Font Color

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

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


#df961d Background Color

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

This div background color is #df961d


#df961d Border Color

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

This div border color is #df961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df961d


Comments

No comments written yet.

Please login to write comment.