Color Hex Logo

#dea36b Color Hex

#DEA36B
(222,163,107)
0 Favorites   0 Comments

Color spaces of #dea36b

RGB 222163107
HSL0.080.640.65
HSV29°52°87°
CMYK 0.000.270.52   0.13
XYZ45.875242.785519.7505
Yxy42.78550.42320.3947
Hunter Lab65.410610.720927.8850
CIE-Lab71.409115.444537.4908

#dea36b color RGB value is (222,163,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100011 01101011
Octal 336 243 153
Decimal 222 163 107
Hex DE A3 6B

RGB Percentages of Color #dea36b

%45.12
%33.13
%21.75

CMYK Percentages of Color #dea36b

%0
%27
%52
%13

Triadic Colors of #dea36b

#dea36b #6bdea3 #a36bde

Analogous Colors of #dea36b

#dea36b #dedd6b #de6b6d

Monochromatic Colors of #dea36b

#dea36b

Complementary Color

#dea36b #6ba6de

#dea36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea36b Color CSS Codes

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

#dea36b Text Font Color

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

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


#dea36b Background Color

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

This div background color is #dea36b


#dea36b Border Color

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

This div border color is #dea36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea36b


Comments

No comments written yet.

Please login to write comment.