Color Hex Logo

#dea10d Color Hex

#DEA10D
(222,161,13)
0 Favorites   0 Comments

Color spaces of #dea10d

RGB 22216113
HSL0.120.890.46
HSV42°94°87°
CMYK 0.000.270.94   0.13
XYZ42.941741.04846.0406
Yxy41.04840.47700.4559
Hunter Lab64.06907.517339.2583
CIE-Lab70.209812.069372.3589

#dea10d color RGB value is (222,161,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00001101
Octal 336 241 15
Decimal 222 161 13
Hex DE A1 D

RGB Percentages of Color #dea10d

%56.06
%40.66
%3.28

CMYK Percentages of Color #dea10d

%0
%27
%94
%13

Triadic Colors of #dea10d

#dea10d #0ddea1 #a10dde

Analogous Colors of #dea10d

#dea10d #b3de0d #de380d

Monochromatic Colors of #dea10d

#dea10d

Complementary Color

#dea10d #0d4ade

#dea10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea10d Color CSS Codes

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

#dea10d Text Font Color

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

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


#dea10d Background Color

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

This div background color is #dea10d


#dea10d Border Color

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

This div border color is #dea10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea10d


Comments

No comments written yet.

Please login to write comment.