#DEAA97

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

Shades of Rose #DEAA97

Tints of Rose #DEAA97

Color information

#DEAA97 (or 0xDEAA97) is unknown color: approx Rose. HEX triplet: DE, AA and 97. RGB value is (222,170,151). Sum of RGB (Red+Green+Blue) = 222+170+151=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA97 is #215568. Grayscale: #B7B7B7. Windows color (decimal): -2184553 or 9939678. OLE color: 9939678.

HSL color Cylindrical-coordinate representation of color #DEAA97: hue angle of 16.06º 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 #DEAA97 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222170151-
CMYK00.230.320.13
HSL16.06º51.82%73.14%-
HSV(B)16.06º31.98%87.06%-
XYZ50.0846.5135.62-
YUV183.38109.73155.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 151 (59.38% from 255) = 27.81%
R=40.88%
G=31.31%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217015100.230.320.1316.0651.8273.14
HexDEAA9701720D103449
Octal33625222702740152064111
Binary1101111010101010100101110101111000001101100001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA97; }

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

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

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

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

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

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

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

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