Color Hex Logo

#de993f Color Hex

#DE993F
(222,153,63)
0 Favorites   0 Comments

Color spaces of #de993f

RGB 22215363
HSL0.090.710.56
HSV34°72°87°
CMYK 0.000.310.72   0.13
XYZ42.412638.67099.9315
Yxy38.67090.46600.4249
Hunter Lab62.185912.916834.0612
CIE-Lab68.512217.804355.6819

#de993f color RGB value is (222,153,63).

#de993f hex color red value is 222, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #de993f hue: 0.09 , saturation: 0.71 and the lightness value of de993f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 00111111
Octal 336 231 77
Decimal 222 153 63
Hex DE 99 3F

RGB Percentages of Color #de993f

%50.68
%34.93
%14.38

CMYK Percentages of Color #de993f

%0
%31
%72
%13

Triadic Colors of #de993f

#de993f #3fde99 #993fde

Analogous Colors of #de993f

#de993f #d4de3f #de4a3f

Monochromatic Colors of #de993f

#de993f

Complementary Color

#de993f #3f84de

#de993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de993f Color CSS Codes

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

#de993f Text Font Color

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

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


#de993f Background Color

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

This div background color is #de993f


#de993f Border Color

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

This div border color is #de993f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de993f


Comments

No comments written yet.

Please login to write comment.