Color Hex Logo

#dea431 Color Hex

#DEA431
(222,164,49)
0 Favorites   0 Comments

Color spaces of #dea431

RGB 22216449
HSL0.110.720.53
HSV40°78°87°
CMYK 0.000.260.78   0.13
XYZ43.954042.30238.7543
Yxy42.30230.46260.4452
Hunter Lab65.04026.809437.5478
CIE-Lab71.078811.314963.8148

#dea431 color RGB value is (222,164,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100100 00110001
Octal 336 244 61
Decimal 222 164 49
Hex DE A4 31

RGB Percentages of Color #dea431

%51.03
%37.70
%11.26

CMYK Percentages of Color #dea431

%0
%26
%78
%13

Triadic Colors of #dea431

#dea431 #31dea4 #a431de

Analogous Colors of #dea431

#dea431 #c2de31 #de4e31

Monochromatic Colors of #dea431

#dea431

Complementary Color

#dea431 #316bde

#dea431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea431 Color CSS Codes

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

#dea431 Text Font Color

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

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


#dea431 Background Color

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

This div background color is #dea431


#dea431 Border Color

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

This div border color is #dea431


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,164,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 #dea431">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea431


Comments

No comments written yet.

Please login to write comment.