Color Hex Logo

#de992f Color Hex

#DE992F
(222,153,47)
0 Favorites   0 Comments

Color spaces of #de992f

RGB 22215347
HSL0.100.730.53
HSV36°79°87°
CMYK 0.000.310.79   0.13
XYZ42.028538.51737.9088
Yxy38.51730.47510.4354
Hunter Lab62.062312.270935.8881
CIE-Lab68.400217.130362.0700

#de992f color RGB value is (222,153,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 00101111
Octal 336 231 57
Decimal 222 153 47
Hex DE 99 2F

RGB Percentages of Color #de992f

%52.61
%36.26
%11.14

CMYK Percentages of Color #de992f

%0
%31
%79
%13

Triadic Colors of #de992f

#de992f #2fde99 #992fde

Analogous Colors of #de992f

#de992f #ccde2f #de422f

Monochromatic Colors of #de992f

#de992f

Complementary Color

#de992f #2f74de

#de992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de992f Color CSS Codes

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

#de992f Text Font Color

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

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


#de992f Background Color

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

This div background color is #de992f


#de992f Border Color

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

This div border color is #de992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de992f


Comments

No comments written yet.

Please login to write comment.