Color Hex Logo

#de992b Color Hex

#DE992B
(222,153,43)
0 Favorites   0 Comments

Color spaces of #de992b

RGB 22215343
HSL0.100.730.52
HSV37°81°87°
CMYK 0.000.310.81   0.13
XYZ41.951538.48657.5030
Yxy38.48650.47700.4376
Hunter Lab62.037512.141136.2555
CIE-Lab68.377716.994663.4835

#de992b color RGB value is (222,153,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 00101011
Octal 336 231 53
Decimal 222 153 43
Hex DE 99 2B

RGB Percentages of Color #de992b

%53.11
%36.60
%10.29

CMYK Percentages of Color #de992b

%0
%31
%81
%13

Triadic Colors of #de992b

#de992b #2bde99 #992bde

Analogous Colors of #de992b

#de992b #cade2b #de402b

Monochromatic Colors of #de992b

#de992b

Complementary Color

#de992b #2b70de

#de992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de992b Color CSS Codes

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

#de992b Text Font Color

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

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


#de992b Background Color

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

This div background color is #de992b


#de992b Border Color

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

This div border color is #de992b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de992b


Comments

No comments written yet.

Please login to write comment.