Color Hex Logo

#dea34a Color Hex

#DEA34A
(222,163,74)
0 Favorites   0 Comments

Color spaces of #dea34a

RGB 22216374
HSL0.100.690.58
HSV36°67°87°
CMYK 0.000.270.67   0.13
XYZ44.457442.218412.2844
Yxy42.21840.44920.4266
Hunter Lab64.97578.425134.2735
CIE-Lab71.021213.033753.3956

#dea34a color RGB value is (222,163,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 01001010
Octal 336 243 112
Decimal 222 163 74
Hex DE A3 4A

RGB Percentages of Color #dea34a

%48.37
%35.51
%16.12

CMYK Percentages of Color #dea34a

%0
%27
%67
%13

Triadic Colors of #dea34a

#dea34a #4adea3 #a34ade

Analogous Colors of #dea34a

#dea34a #cfde4a #de594a

Monochromatic Colors of #dea34a

#dea34a

Complementary Color

#dea34a #4a85de

#dea34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea34a Color CSS Codes

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

#dea34a Text Font Color

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

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


#dea34a Background Color

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

This div background color is #dea34a


#dea34a Border Color

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

This div border color is #dea34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea34a


Comments

No comments written yet.

Please login to write comment.