#DEAA9A

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

Shades of Rose #DEAA9A

Tints of Rose #DEAA9A

Color information

#DEAA9A (or 0xDEAA9A) is unknown color: approx Rose. HEX triplet: DE, AA and 9A. RGB value is (222,170,154). Sum of RGB (Red+Green+Blue) = 222+170+154=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA9A is #215565. Grayscale: #B7B7B7. Windows color (decimal): -2184550 or 10136286. OLE color: 10136286.

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

Color convert

RGB222170154-
CMYK00.230.310.13
HSL14.12º50.75%73.73%-
HSV(B)14.12º30.63%87.06%-
XYZ50.3346.6136.92-
YUV183.72111.23155.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=40.66%
G=31.14%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217015400.230.310.1314.1250.7573.73
HexDEAA9A0171FDe334a
Octal33625223202737151663112
Binary11011110101010101001101001011111111110111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA9A; }

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

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

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

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

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

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

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

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