Color Hex Logo

#dea11d Color Hex

#DEA11D
(222,161,29)
0 Favorites   0 Comments

Color spaces of #dea11d

RGB 22216129
HSL0.110.770.49
HSV41°87°87°
CMYK 0.000.270.87   0.13
XYZ43.090841.10806.8259
Yxy41.10800.47340.4516
Hunter Lab64.11557.764238.5687
CIE-Lab70.251512.333069.2590

#dea11d color RGB value is (222,161,29).

#dea11d hex color red value is 222, green value is 161 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dea11d hue: 0.11 , saturation: 0.77 and the lightness value of dea11d is 0.49.

The process color (four color CMYK) of #dea11d color hex is 0.00, 0.27, 0.87, 0.13. Web safe color of #dea11d is #cc9933. Color #dea11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00011101
Octal 336 241 35
Decimal 222 161 29
Hex DE A1 1D

RGB Percentages of Color #dea11d

%53.88
%39.08
%7.04

CMYK Percentages of Color #dea11d

%0
%27
%87
%13

Triadic Colors of #dea11d

#dea11d #1ddea1 #a11dde

Analogous Colors of #dea11d

#dea11d #bbde1d #de411d

Monochromatic Colors of #dea11d

#dea11d

Complementary Color

#dea11d #1d5ade

#dea11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea11d Color CSS Codes

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

#dea11d Text Font Color

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

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


#dea11d Background Color

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

This div background color is #dea11d


#dea11d Border Color

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

This div border color is #dea11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea11d


Comments

No comments written yet.

Please login to write comment.