Shades of Rose #DEA997
Tints of Rose #DEA997
RGB
CMYK
RGB Variations
Color information
#DEA997 (or 0xDEA997) is known color: Rose. HEX triplet: DE, A9 and 97. RGB value is (222,169,151). Sum of RGB (Red+Green+Blue) = 222+169+151=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA997 is #215668. Grayscale: #B6B6B6. Windows color (decimal): -2184809 or 9939422. OLE color: 9939422.
HSL color Cylindrical-coordinate representation of color #DEA997: hue angle of 15.21º 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 #DEA997 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 169 | 151 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.13 |
| HSL | 15.21º | 0.52% | 0.73% | - |
| HSV(B) | 15.21º | 0.32% | 0.87% | - |
| XYZ | 49.9 | 46.14 | 35.55 | - |
| YUV | 182.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 169 | 151 | 0 | 0.24 | 0.32 | 0.13 | 15.21 | 0.52 | 0.73 |
| Hex | DE | A9 | 97 | 0 | 18 | 20 | D | F | 34 | 49 |
| Octal | 336 | 251 | 227 | 0 | 30 | 40 | 15 | 17 | 64 | 111 |
| Binary | 11011110 | 10101001 | 10010111 | 0 | 11000 | 100000 | 1101 | 1111 | 110100 | 1001001 |
Color Harmonies of #DEA997
Complementary color
Monochromatic Colors of #DEA997
Black with #DEA997
Text Example
Text Example
White with #DEA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA997; }
p { color: rgb(222,169,151); }
H1.HeaderClassName
{
color: #DEA997;
}
.AnyTagClassName
{
color: #DEA997;
}
</style>
background-color css
<style>
a { background-color: #DEA997; }
a { background-color: rgb(222,169,151); }
div.DivClassName
{
background-color: #DEA997;
}
.BgClassName
{
background-color: #DEA997;
}
</style>
border-color css
<style>
span { border-color: #DEA997; }
span { border-color: rgb(222,169,151); }
td.TdClassName
{
border-color: #DEA997;
}
.TagClassName
{
border-color: #DEA997;
}
</style>