Color Hex Logo

#dea139 Color Hex

#DEA139
(222,161,57)
0 Favorites   0 Comments

Color spaces of #dea139

RGB 22216157
HSL0.110.710.55
HSV38°74°87°
CMYK 0.000.270.74   0.13
XYZ43.607641.31479.5471
Yxy41.31470.46160.4373
Hunter Lab64.27658.617236.1871
CIE-Lab70.395813.240460.1064

#dea139 color RGB value is (222,161,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00111001
Octal 336 241 71
Decimal 222 161 57
Hex DE A1 39

RGB Percentages of Color #dea139

%50.45
%36.59
%12.95

CMYK Percentages of Color #dea139

%0
%27
%74
%13

Triadic Colors of #dea139

#dea139 #39dea1 #a139de

Analogous Colors of #dea139

#dea139 #c9de39 #de4e39

Monochromatic Colors of #dea139

#dea139

Complementary Color

#dea139 #3976de

#dea139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea139 Color CSS Codes

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

#dea139 Text Font Color

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

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


#dea139 Background Color

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

This div background color is #dea139


#dea139 Border Color

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

This div border color is #dea139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea139


Comments

No comments written yet.

Please login to write comment.