Color Hex Logo

#dea17d Color Hex

#DEA17D
(222,161,125)
0 Favorites   0 Comments

Color spaces of #dea17d

RGB 222161125
HSL0.060.600.68
HSV22°44°87°
CMYK 0.000.270.44   0.13
XYZ46.570742.500025.1508
Yxy42.50000.40770.3721
Hunter Lab65.192013.427622.7606
CIE-Lab71.214318.256527.6555

#dea17d color RGB value is (222,161,125).

#dea17d hex color red value is 222, green value is 161 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dea17d hue: 0.06 , saturation: 0.60 and the lightness value of dea17d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 01111101
Octal 336 241 175
Decimal 222 161 125
Hex DE A1 7D

RGB Percentages of Color #dea17d

%43.70
%31.69
%24.61

CMYK Percentages of Color #dea17d

%0
%27
%44
%13

Triadic Colors of #dea17d

#dea17d #7ddea1 #a17dde

Analogous Colors of #dea17d

#dea17d #ded27d #de7d8a

Monochromatic Colors of #dea17d

#dea17d

Complementary Color

#dea17d #7dbade

#dea17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea17d Color CSS Codes

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

#dea17d Text Font Color

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

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


#dea17d Background Color

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

This div background color is #dea17d


#dea17d Border Color

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

This div border color is #dea17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea17d


Comments

No comments written yet.

Please login to write comment.