Color Hex Logo

#dea34d Color Hex

#DEA34D
(222,163,77)
0 Favorites   0 Comments

Color spaces of #dea34d

RGB 22216377
HSL0.100.690.59
HSV36°65°87°
CMYK 0.000.270.65   0.13
XYZ44.560942.259812.8295
Yxy42.25980.44720.4241
Hunter Lab65.00758.593733.8042
CIE-Lab71.049713.212152.0359

#dea34d color RGB value is (222,163,77).

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

The process color (four color CMYK) of #dea34d color hex is 0.00, 0.27, 0.65, 0.13. Web safe color of #dea34d is #cc9966. Color #dea34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 01001101
Octal 336 243 115
Decimal 222 163 77
Hex DE A3 4D

RGB Percentages of Color #dea34d

%48.05
%35.28
%16.67

CMYK Percentages of Color #dea34d

%0
%27
%65
%13

Triadic Colors of #dea34d

#dea34d #4ddea3 #a34dde

Analogous Colors of #dea34d

#dea34d #d1de4d #de5a4d

Monochromatic Colors of #dea34d

#dea34d

Complementary Color

#dea34d #4d88de

#dea34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea34d Color CSS Codes

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

#dea34d Text Font Color

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

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


#dea34d Background Color

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

This div background color is #dea34d


#dea34d Border Color

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

This div border color is #dea34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea34d


Comments

No comments written yet.

Please login to write comment.