Shades of Rose #DEAA99
Tints of Rose #DEAA99
RGB
CMYK
RGB Variations
Color information
#DEAA99 (or 0xDEAA99) is known color: Rose. HEX triplet: DE, AA and 99. RGB value is (222,170,153). Sum of RGB (Red+Green+Blue) = 222+170+153=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA99 is #215566. Grayscale: #B7B7B7. Windows color (decimal): -2184551 or 10070750. OLE color: 10070750.
HSL color Cylindrical-coordinate representation of color #DEAA99: hue angle of 14.78º 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 #DEAA99 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 153 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.13 |
| HSL | 14.78º | 0.51% | 0.74% | - |
| HSV(B) | 14.78º | 0.31% | 0.87% | - |
| XYZ | 50.25 | 46.58 | 36.48 | - |
| YUV | 183.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 153 | 0 | 0.23 | 0.31 | 0.13 | 14.78 | 0.51 | 0.74 |
| Hex | DE | AA | 99 | 0 | 17 | 1F | D | F | 33 | 4A |
| Octal | 336 | 252 | 231 | 0 | 27 | 37 | 15 | 17 | 63 | 112 |
| Binary | 11011110 | 10101010 | 10011001 | 0 | 10111 | 11111 | 1101 | 1111 | 110011 | 1001010 |
Color Harmonies of #DEAA99
Complementary color
Monochromatic Colors of #DEAA99
Black with #DEAA99
Text Example
Text Example
White with #DEAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA99; }
p { color: rgb(222,170,153); }
H1.HeaderClassName
{
color: #DEAA99;
}
.AnyTagClassName
{
color: #DEAA99;
}
</style>
background-color css
<style>
a { background-color: #DEAA99; }
a { background-color: rgb(222,170,153); }
div.DivClassName
{
background-color: #DEAA99;
}
.BgClassName
{
background-color: #DEAA99;
}
</style>
border-color css
<style>
span { border-color: #DEAA99; }
span { border-color: rgb(222,170,153); }
td.TdClassName
{
border-color: #DEAA99;
}
.TagClassName
{
border-color: #DEAA99;
}
</style>