#DEA39D

Color #DEA39D Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DEA39D

Tints of Rose #DEA39D

Color information

#DEA39D (or 0xDEA39D) is unknown color: approx Rose. HEX triplet: DE, A3 and 9D. RGB value is (222,163,157). Sum of RGB (Red+Green+Blue) = 222+163+157=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA39D is #215C62. Grayscale: #B4B4B4. Windows color (decimal): -2186339 or 10331102. OLE color: 10331102.

HSL color Cylindrical-coordinate representation of color #DEA39D: hue angle of 5.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA39D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222163157-
CMYK00.270.290.13
HSL5.54º49.62%74.31%-
HSV(B)5.54º29.28%87.06%-
XYZ49.3144.1637.82-
YUV179.96115.05157.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 163 (64.06% from 255) = 30.07%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=40.96%
G=30.07%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216315700.270.290.135.5449.6274.31
HexDEA39D01B1DD6324a
Octal3362432350333515662112
Binary1101111010100011100111010110111110111011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA39D; }

 p { color: rgb(222,163,157); }

 H1.HeaderClassName
 {
   color: #DEA39D;
 }
 .AnyTagClassName
 {
   color: #DEA39D;
 }
</style>
background-color css

<style>
 a { background-color: #DEA39D; }

 a { background-color: rgb(222,163,157); }

 div.DivClassName
 {
   background-color: #DEA39D;
 }
 .BgClassName
 {
   background-color: #DEA39D;
 }
</style>
border-color css

<style>
 span { border-color: #DEA39D; }

 span { border-color: rgb(222,163,157); }

 td.TdClassName
 {
   border-color: #DEA39D;
 }
 .TagClassName
 {
   border-color: #DEA39D;
 }
</style>