Color Hex Logo

#de962f Color Hex

#DE962F
(222,150,47)
0 Favorites   0 Comments

Color spaces of #de962f

RGB 22215047
HSL0.100.730.53
HSV35°79°87°
CMYK 0.000.320.79   0.13
XYZ41.543637.54757.7471
Yxy37.54750.47840.4324
Hunter Lab61.276013.785535.3972
CIE-Lab67.685818.738961.4109

#de962f color RGB value is (222,150,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 00101111
Octal 336 226 57
Decimal 222 150 47
Hex DE 96 2F

RGB Percentages of Color #de962f

%52.98
%35.80
%11.22

CMYK Percentages of Color #de962f

%0
%32
%79
%13

Triadic Colors of #de962f

#de962f #2fde96 #962fde

Analogous Colors of #de962f

#de962f #cfde2f #de3e2f

Monochromatic Colors of #de962f

#de962f

Complementary Color

#de962f #2f77de

#de962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de962f Color CSS Codes

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

#de962f Text Font Color

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

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


#de962f Background Color

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

This div background color is #de962f


#de962f Border Color

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

This div border color is #de962f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de962f


Comments

No comments written yet.

Please login to write comment.