Color Hex Logo

#dea20d Color Hex

#DEA20D
(222,162,13)
0 Favorites   0 Comments

Color spaces of #dea20d

RGB 22216213
HSL0.120.890.46
HSV43°94°87°
CMYK 0.000.270.94   0.13
XYZ43.117241.39936.0991
Yxy41.39930.47580.4569
Hunter Lab64.34237.017839.4194
CIE-Lab70.454811.535472.5358

#dea20d color RGB value is (222,162,13).

#dea20d hex color red value is 222, green value is 162 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dea20d hue: 0.12 , saturation: 0.89 and the lightness value of dea20d is 0.46.

The process color (four color CMYK) of #dea20d color hex is 0.00, 0.27, 0.94, 0.13. Web safe color of #dea20d is #cc9900. Color #dea20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100010 00001101
Octal 336 242 15
Decimal 222 162 13
Hex DE A2 D

RGB Percentages of Color #dea20d

%55.92
%40.81
%3.27

CMYK Percentages of Color #dea20d

%0
%27
%94
%13

Triadic Colors of #dea20d

#dea20d #0ddea2 #a20dde

Analogous Colors of #dea20d

#dea20d #b2de0d #de390d

Monochromatic Colors of #dea20d

#dea20d

Complementary Color

#dea20d #0d49de

#dea20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea20d Color CSS Codes

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

#dea20d Text Font Color

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

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


#dea20d Background Color

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

This div background color is #dea20d


#dea20d Border Color

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

This div border color is #dea20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea20d


Comments

No comments written yet.

Please login to write comment.