Color Hex Logo

#dea16b Color Hex

#DEA16B
(222,161,107)
0 Favorites   0 Comments

Color spaces of #dea16b

RGB 222161107
HSL0.080.640.65
HSV28°52°87°
CMYK 0.000.270.52   0.13
XYZ45.522942.080919.6330
Yxy42.08090.42450.3924
Hunter Lab64.869811.741727.4646
CIE-Lab70.926716.517636.8839

#dea16b color RGB value is (222,161,107).

#dea16b hex color red value is 222, green value is 161 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dea16b hue: 0.08 , saturation: 0.64 and the lightness value of dea16b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 01101011
Octal 336 241 153
Decimal 222 161 107
Hex DE A1 6B

RGB Percentages of Color #dea16b

%45.31
%32.86
%21.84

CMYK Percentages of Color #dea16b

%0
%27
%52
%13

Triadic Colors of #dea16b

#dea16b #6bdea1 #a16bde

Analogous Colors of #dea16b

#dea16b #dedb6b #de6b6f

Monochromatic Colors of #dea16b

#dea16b

Complementary Color

#dea16b #6ba8de

#dea16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea16b Color CSS Codes

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

#dea16b Text Font Color

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

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


#dea16b Background Color

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

This div background color is #dea16b


#dea16b Border Color

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

This div border color is #dea16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea16b


Comments

No comments written yet.

Please login to write comment.