Color Hex Logo

#dea940 Color Hex

#DEA940
(222,169,64)
0 Favorites   0 Comments

Color spaces of #dea940

RGB 22216964
HSL0.110.710.56
HSV40°71°87°
CMYK 0.000.240.71   0.13
XYZ45.237644.275711.0123
Yxy44.27570.45000.4404
Hunter Lab66.54004.909336.7656
CIE-Lab72.41249.294659.2523

#dea940 color RGB value is (222,169,64).

#dea940 hex color red value is 222, green value is 169 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dea940 hue: 0.11 , saturation: 0.71 and the lightness value of dea940 is 0.56.

The process color (four color CMYK) of #dea940 color hex is 0.00, 0.24, 0.71, 0.13. Web safe color of #dea940 is #cc9933. Color #dea940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 01000000
Octal 336 251 100
Decimal 222 169 64
Hex DE A9 40

RGB Percentages of Color #dea940

%48.79
%37.14
%14.07

CMYK Percentages of Color #dea940

%0
%24
%71
%13

Triadic Colors of #dea940

#dea940 #40dea9 #a940de

Analogous Colors of #dea940

#dea940 #c4de40 #de5a40

Monochromatic Colors of #dea940

#dea940

Complementary Color

#dea940 #4075de

#dea940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea940 Color CSS Codes

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

#dea940 Text Font Color

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

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


#dea940 Background Color

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

This div background color is #dea940


#dea940 Border Color

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

This div border color is #dea940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea940


Comments

No comments written yet.

Please login to write comment.