Color Hex Logo

#df961e Color Hex

#DF961E
(223,150,30)
0 Favorites   0 Comments

Color spaces of #df961e

RGB 22315030
HSL0.100.760.50
HSV37°87°87°
CMYK 0.000.330.87   0.13
XYZ41.572137.59446.2937
Yxy37.59440.48640.4399
Hunter Lab61.314313.726036.8341
CIE-Lab67.720618.675667.0164

#df961e color RGB value is (223,150,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010110 00011110
Octal 337 226 36
Decimal 223 150 30
Hex DF 96 1E

RGB Percentages of Color #df961e

%55.33
%37.22
%7.44

CMYK Percentages of Color #df961e

%0
%33
%87
%13

Triadic Colors of #df961e

#df961e #1edf96 #961edf

Analogous Colors of #df961e

#df961e #c8df1e #df351e

Monochromatic Colors of #df961e

#df961e

Complementary Color

#df961e #1e67df

#df961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df961e Color CSS Codes

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

#df961e Text Font Color

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

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


#df961e Background Color

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

This div background color is #df961e


#df961e Border Color

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

This div border color is #df961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df961e


Comments

No comments written yet.

Please login to write comment.