Shades of Rose #DEAA96
Tints of Rose #DEAA96
RGB
CMYK
RGB Variations
Color information
#DEAA96 (or 0xDEAA96) is known color: Rose. HEX triplet: DE, AA and 96. RGB value is (222,170,150). Sum of RGB (Red+Green+Blue) = 222+170+150=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA96 is #215569. Grayscale: #B7B7B7. Windows color (decimal): -2184554 or 9874142. OLE color: 9874142.
HSL color Cylindrical-coordinate representation of color #DEAA96: hue angle of 16.67º 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 #DEAA96 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 170 | 150 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.13 |
| HSL | 16.67º | 0.52% | 0.73% | - |
| HSV(B) | 16.67º | 0.32% | 0.87% | - |
| XYZ | 50 | 46.48 | 35.19 | - |
| YUV | 183.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 150 | 0 | 0.23 | 0.32 | 0.13 | 16.67 | 0.52 | 0.73 |
| Hex | DE | AA | 96 | 0 | 17 | 20 | D | 11 | 34 | 49 |
| Octal | 336 | 252 | 226 | 0 | 27 | 40 | 15 | 21 | 64 | 111 |
| Binary | 11011110 | 10101010 | 10010110 | 0 | 10111 | 100000 | 1101 | 10001 | 110100 | 1001001 |
Color Harmonies of #DEAA96
Complementary color
Monochromatic Colors of #DEAA96
Black with #DEAA96
Text Example
Text Example
White with #DEAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAA96; }
p { color: rgb(222,170,150); }
H1.HeaderClassName
{
color: #DEAA96;
}
.AnyTagClassName
{
color: #DEAA96;
}
</style>
background-color css
<style>
a { background-color: #DEAA96; }
a { background-color: rgb(222,170,150); }
div.DivClassName
{
background-color: #DEAA96;
}
.BgClassName
{
background-color: #DEAA96;
}
</style>
border-color css
<style>
span { border-color: #DEAA96; }
span { border-color: rgb(222,170,150); }
td.TdClassName
{
border-color: #DEAA96;
}
.TagClassName
{
border-color: #DEAA96;
}
</style>