Shades of Rose #DEAA9A
Tints of Rose #DEAA9A
RGB
CMYK
RGB Variations
Color information
#DEAA9A (or 0xDEAA9A) is known color: 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
| RGB | 222 | 170 | 154 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.13 |
| HSL | 14.12º | 0.51% | 0.74% | - |
| HSV(B) | 14.12º | 0.31% | 0.87% | - |
| XYZ | 50.33 | 46.61 | 36.92 | - |
| YUV | 183.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 154 | 0 | 0.23 | 0.31 | 0.13 | 14.12 | 0.51 | 0.74 |
| Hex | DE | AA | 9A | 0 | 17 | 1F | D | E | 33 | 4A |
| Octal | 336 | 252 | 232 | 0 | 27 | 37 | 15 | 16 | 63 | 112 |
| Binary | 11011110 | 10101010 | 10011010 | 0 | 10111 | 11111 | 1101 | 1110 | 110011 | 1001010 |
Color Harmonies of #DEAA9A
Complementary color
Monochromatic Colors of #DEAA9A
Black with #DEAA9A
Text Example
Text Example
White with #DEAA9A
Text Example
Text Example
HTML Codes & Css Web 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>