Color Hex Logo

#dea14a Color Hex

#DEA14A
(222,161,74)
0 Favorites   0 Comments

Color spaces of #dea14a

RGB 22216174
HSL0.100.690.58
HSV35°67°87°
CMYK 0.000.270.67   0.13
XYZ44.105141.513712.1669
Yxy41.51370.45100.4245
Hunter Lab64.43119.434333.9057
CIE-Lab70.534314.104552.8653

#dea14a color RGB value is (222,161,74).

#dea14a hex color red value is 222, green value is 161 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dea14a hue: 0.10 , saturation: 0.69 and the lightness value of dea14a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 01001010
Octal 336 241 112
Decimal 222 161 74
Hex DE A1 4A

RGB Percentages of Color #dea14a

%48.58
%35.23
%16.19

CMYK Percentages of Color #dea14a

%0
%27
%67
%13

Triadic Colors of #dea14a

#dea14a #4adea1 #a14ade

Analogous Colors of #dea14a

#dea14a #d1de4a #de574a

Monochromatic Colors of #dea14a

#dea14a

Complementary Color

#dea14a #4a87de

#dea14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea14a Color CSS Codes

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

#dea14a Text Font Color

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

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


#dea14a Background Color

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

This div background color is #dea14a


#dea14a Border Color

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

This div border color is #dea14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea14a


Comments

No comments written yet.

Please login to write comment.