Color Hex Logo

#dea85d Color Hex

#DEA85D
(222,168,93)
0 Favorites   0 Comments

Color spaces of #dea85d

RGB 22216893
HSL0.100.660.62
HSV35°58°87°
CMYK 0.000.240.58   0.13
XYZ46.102644.325216.4817
Yxy44.32520.43120.4146
Hunter Lab66.57727.095631.9263
CIE-Lab72.445311.625245.9034

#dea85d color RGB value is (222,168,93).

#dea85d hex color red value is 222, green value is 168 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dea85d hue: 0.10 , saturation: 0.66 and the lightness value of dea85d is 0.62.

The process color (four color CMYK) of #dea85d color hex is 0.00, 0.24, 0.58, 0.13. Web safe color of #dea85d is #cc9966. Color #dea85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 01011101
Octal 336 250 135
Decimal 222 168 93
Hex DE A8 5D

RGB Percentages of Color #dea85d

%45.96
%34.78
%19.25

CMYK Percentages of Color #dea85d

%0
%24
%58
%13

Triadic Colors of #dea85d

#dea85d #5ddea8 #a85dde

Analogous Colors of #dea85d

#dea85d #d4de5d #de685d

Monochromatic Colors of #dea85d

#dea85d

Complementary Color

#dea85d #5d93de

#dea85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea85d Color CSS Codes

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

#dea85d Text Font Color

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

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


#dea85d Background Color

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

This div background color is #dea85d


#dea85d Border Color

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

This div border color is #dea85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea85d


Comments

No comments written yet.

Please login to write comment.