Color Hex Logo

#de9420 Color Hex

#DE9420
(222,148,32)
0 Favorites   0 Comments

Color spaces of #de9420

RGB 22214832
HSL0.100.750.50
HSV37°86°87°
CMYK 0.000.330.86   0.13
XYZ40.974836.81376.3126
Yxy36.81370.48720.4377
Hunter Lab60.674314.365336.3034
CIE-Lab67.137019.364565.9328

#de9420 color RGB value is (222,148,32).

#de9420 hex color red value is 222, green value is 148 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #de9420 hue: 0.10 , saturation: 0.75 and the lightness value of de9420 is 0.50.

The process color (four color CMYK) of #de9420 color hex is 0.00, 0.33, 0.86, 0.13. Web safe color of #de9420 is #cc9933. Color #de9420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 00100000
Octal 336 224 40
Decimal 222 148 32
Hex DE 94 20

RGB Percentages of Color #de9420

%55.22
%36.82
%7.96

CMYK Percentages of Color #de9420

%0
%33
%86
%13

Triadic Colors of #de9420

#de9420 #20de94 #9420de

Analogous Colors of #de9420

#de9420 #c9de20 #de3520

Monochromatic Colors of #de9420

#de9420

Complementary Color

#de9420 #206ade

#de9420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9420 Color CSS Codes

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

#de9420 Text Font Color

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

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


#de9420 Background Color

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

This div background color is #de9420


#de9420 Border Color

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

This div border color is #de9420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9420


Comments

No comments written yet.

Please login to write comment.