Color Hex Logo

#de992a Color Hex

#DE992A
(222,153,42)
0 Favorites   0 Comments

Color spaces of #de992a

RGB 22215342
HSL0.100.730.52
HSV37°81°87°
CMYK 0.000.310.81   0.13
XYZ41.933438.47927.4076
Yxy38.47920.47750.4382
Hunter Lab62.031612.110836.3419
CIE-Lab68.372316.962863.8234

#de992a color RGB value is (222,153,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 00101010
Octal 336 231 52
Decimal 222 153 42
Hex DE 99 2A

RGB Percentages of Color #de992a

%53.24
%36.69
%10.07

CMYK Percentages of Color #de992a

%0
%31
%81
%13

Triadic Colors of #de992a

#de992a #2ade99 #992ade

Analogous Colors of #de992a

#de992a #c9de2a #de3f2a

Monochromatic Colors of #de992a

#de992a

Complementary Color

#de992a #2a6fde

#de992a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de992a Color Preview on White Background

Lorem ipsum dolor sit amet.

#de992a Color CSS Codes

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

#de992a Text Font Color

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

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


#de992a Background Color

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

This div background color is #de992a


#de992a Border Color

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

This div border color is #de992a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de992a


Comments

No comments written yet.

Please login to write comment.