#DEA997

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

Shades of Rose #DEA997

Tints of Rose #DEA997

Color information

#DEA997 (or 0xDEA997) is unknown color: approx Rose. HEX triplet: DE, A9 and 97. RGB value is (222,169,151). Sum of RGB (Red+Green+Blue) = 222+169+151=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA997 is #215668. Grayscale: #B6B6B6. Windows color (decimal): -2184809 or 9939422. OLE color: 9939422.

HSL color Cylindrical-coordinate representation of color #DEA997: hue angle of 15.21º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA997 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222169151-
CMYK00.240.320.13
HSL15.21º51.82%73.14%-
HSV(B)15.21º31.98%87.06%-
XYZ49.946.1435.55-
YUV182.8110.06155.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=40.96%
G=31.18%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216915100.240.320.1315.2151.8273.14
HexDEA99701820Df3449
Octal33625122703040151764111
Binary110111101010100110010111011000100000110111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA997; }

 p { color: rgb(222,169,151); }

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

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

 a { background-color: rgb(222,169,151); }

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

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

 span { border-color: rgb(222,169,151); }

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