Color Hex Logo

#dea131 Color Hex

#DEA131
(222,161,49)
0 Favorites   0 Comments

Color spaces of #dea131

RGB 22216149
HSL0.110.720.53
HSV39°78°87°
CMYK 0.000.270.78   0.13
XYZ43.423441.24118.5774
Yxy41.24110.46570.4423
Hunter Lab64.21928.313537.0344
CIE-Lab70.344512.918063.1341

#dea131 color RGB value is (222,161,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00110001
Octal 336 241 61
Decimal 222 161 49
Hex DE A1 31

RGB Percentages of Color #dea131

%51.39
%37.27
%11.34

CMYK Percentages of Color #dea131

%0
%27
%78
%13

Triadic Colors of #dea131

#dea131 #31dea1 #a131de

Analogous Colors of #dea131

#dea131 #c5de31 #de4b31

Monochromatic Colors of #dea131

#dea131

Complementary Color

#dea131 #316ede

#dea131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea131 Color CSS Codes

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

#dea131 Text Font Color

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

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


#dea131 Background Color

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

This div background color is #dea131


#dea131 Border Color

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

This div border color is #dea131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea131


Comments

No comments written yet.

Please login to write comment.