Color Hex Logo

#dea132 Color Hex

#DEA132
(222,161,50)
0 Favorites   0 Comments

Color spaces of #dea132

RGB 22216150
HSL0.110.720.53
HSV39°77°87°
CMYK 0.000.270.77   0.13
XYZ43.444841.24968.6898
Yxy41.24960.46520.4417
Hunter Lab64.22598.348936.9361
CIE-Lab70.350412.955662.7715

#dea132 color RGB value is (222,161,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00110010
Octal 336 241 62
Decimal 222 161 50
Hex DE A1 32

RGB Percentages of Color #dea132

%51.27
%37.18
%11.55

CMYK Percentages of Color #dea132

%0
%27
%77
%13

Triadic Colors of #dea132

#dea132 #32dea1 #a132de

Analogous Colors of #dea132

#dea132 #c5de32 #de4b32

Monochromatic Colors of #dea132

#dea132

Complementary Color

#dea132 #326fde

#dea132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea132 Color CSS Codes

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

#dea132 Text Font Color

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

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


#dea132 Background Color

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

This div background color is #dea132


#dea132 Border Color

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

This div border color is #dea132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea132


Comments

No comments written yet.

Please login to write comment.