Color Hex Logo

#dea14d Color Hex

#DEA14D
(222,161,77)
0 Favorites   0 Comments

Color spaces of #dea14d

RGB 22216177
HSL0.100.690.59
HSV35°65°87°
CMYK 0.000.270.65   0.13
XYZ44.208641.555212.7121
Yxy41.55520.44890.4220
Hunter Lab64.46339.603533.4324
CIE-Lab70.563214.282851.4971

#dea14d color RGB value is (222,161,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 01001101
Octal 336 241 115
Decimal 222 161 77
Hex DE A1 4D

RGB Percentages of Color #dea14d

%48.26
%35.00
%16.74

CMYK Percentages of Color #dea14d

%0
%27
%65
%13

Triadic Colors of #dea14d

#dea14d #4ddea1 #a14dde

Analogous Colors of #dea14d

#dea14d #d3de4d #de594d

Monochromatic Colors of #dea14d

#dea14d

Complementary Color

#dea14d #4d8ade

#dea14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea14d Color CSS Codes

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

#dea14d Text Font Color

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

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


#dea14d Background Color

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

This div background color is #dea14d


#dea14d Border Color

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

This div border color is #dea14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea14d


Comments

No comments written yet.

Please login to write comment.