Color Hex Logo

#dea11e Color Hex

#DEA11E
(222,161,30)
0 Favorites   0 Comments

Color spaces of #dea11e

RGB 22216130
HSL0.110.760.49
HSV41°86°87°
CMYK 0.000.270.86   0.13
XYZ43.103441.11316.8921
Yxy41.11310.47310.4513
Hunter Lab64.11957.784938.5107
CIE-Lab70.255112.355169.0092

#dea11e color RGB value is (222,161,30).

#dea11e hex color red value is 222, green value is 161 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dea11e hue: 0.11 , saturation: 0.76 and the lightness value of dea11e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00011110
Octal 336 241 36
Decimal 222 161 30
Hex DE A1 1E

RGB Percentages of Color #dea11e

%53.75
%38.98
%7.26

CMYK Percentages of Color #dea11e

%0
%27
%86
%13

Triadic Colors of #dea11e

#dea11e #1edea1 #a11ede

Analogous Colors of #dea11e

#dea11e #bbde1e #de411e

Monochromatic Colors of #dea11e

#dea11e

Complementary Color

#dea11e #1e5bde

#dea11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea11e Color CSS Codes

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

#dea11e Text Font Color

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

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


#dea11e Background Color

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

This div background color is #dea11e


#dea11e Border Color

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

This div border color is #dea11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea11e


Comments

No comments written yet.

Please login to write comment.