Color Hex Logo

#de961f Color Hex

#DE961F
(222,150,31)
0 Favorites   0 Comments

Color spaces of #de961f

RGB 22215031
HSL0.100.750.50
HSV37°86°87°
CMYK 0.000.320.86   0.13
XYZ41.277937.44126.3476
Yxy37.44120.48520.4401
Hunter Lab61.189213.334036.6819
CIE-Lab67.606718.269066.5999

#de961f color RGB value is (222,150,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 00011111
Octal 336 226 37
Decimal 222 150 31
Hex DE 96 1F

RGB Percentages of Color #de961f

%55.09
%37.22
%7.69

CMYK Percentages of Color #de961f

%0
%32
%86
%13

Triadic Colors of #de961f

#de961f #1fde96 #961fde

Analogous Colors of #de961f

#de961f #c7de1f #de371f

Monochromatic Colors of #de961f

#de961f

Complementary Color

#de961f #1f67de

#de961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de961f Color CSS Codes

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

#de961f Text Font Color

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

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


#de961f Background Color

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

This div background color is #de961f


#de961f Border Color

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

This div border color is #de961f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,150,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 #de961f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de961f


Comments

No comments written yet.

Please login to write comment.