Color Hex Logo

#de8721 Color Hex

#DE8721
(222,135,33)
0 Favorites   0 Comments

Color spaces of #de8721

RGB 22213533
HSL0.090.740.50
HSV32°85°87°
CMYK 0.000.390.85   0.13
XYZ39.062732.96735.7433
Yxy32.96730.50230.4239
Hunter Lab57.417220.959134.2614
CIE-Lab64.134426.337663.1566

#de8721 color RGB value is (222,135,33).

#de8721 hex color red value is 222, green value is 135 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #de8721 hue: 0.09 , saturation: 0.74 and the lightness value of de8721 is 0.50.

The process color (four color CMYK) of #de8721 color hex is 0.00, 0.39, 0.85, 0.13. Web safe color of #de8721 is #cc9933. Color #de8721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 00100001
Octal 336 207 41
Decimal 222 135 33
Hex DE 87 21

RGB Percentages of Color #de8721

%56.92
%34.62
%8.46

CMYK Percentages of Color #de8721

%0
%39
%85
%13

Triadic Colors of #de8721

#de8721 #21de87 #8721de

Analogous Colors of #de8721

#de8721 #d7de21 #de2821

Monochromatic Colors of #de8721

#de8721

Complementary Color

#de8721 #2178de

#de8721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8721 Color CSS Codes

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

#de8721 Text Font Color

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

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


#de8721 Background Color

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

This div background color is #de8721


#de8721 Border Color

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

This div border color is #de8721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8721


Comments

No comments written yet.

Please login to write comment.