Color Hex Logo

#dea24d Color Hex

#DEA24D
(222,162,77)
0 Favorites   0 Comments

Color spaces of #dea24d

RGB 22216277
HSL0.100.690.59
HSV35°65°87°
CMYK 0.000.270.65   0.13
XYZ44.384141.906112.7706
Yxy41.90610.44800.4230
Hunter Lab64.73499.098633.6180
CIE-Lab70.806113.747551.7663

#dea24d color RGB value is (222,162,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100010 01001101
Octal 336 242 115
Decimal 222 162 77
Hex DE A2 4D

RGB Percentages of Color #dea24d

%48.16
%35.14
%16.70

CMYK Percentages of Color #dea24d

%0
%27
%65
%13

Triadic Colors of #dea24d

#dea24d #4ddea2 #a24dde

Analogous Colors of #dea24d

#dea24d #d2de4d #de5a4d

Monochromatic Colors of #dea24d

#dea24d

Complementary Color

#dea24d #4d89de

#dea24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea24d Color CSS Codes

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

#dea24d Text Font Color

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

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


#dea24d Background Color

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

This div background color is #dea24d


#dea24d Border Color

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

This div border color is #dea24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea24d


Comments

No comments written yet.

Please login to write comment.