Shades of Rose #DEA597
Tints of Rose #DEA597
RGB
CMYK
RGB Variations
Color information
#DEA597 (or 0xDEA597) is known color: Rose. HEX triplet: DE, A5 and 97. RGB value is (222,165,151). Sum of RGB (Red+Green+Blue) = 222+165+151=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA597 is #215A68. Grayscale: #B4B4B4. Windows color (decimal): -2185833 or 9938398. OLE color: 9938398.
HSL color Cylindrical-coordinate representation of color #DEA597: hue angle of 11.83º 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 #DEA597 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 151 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.13 |
| HSL | 11.83º | 0.52% | 0.73% | - |
| HSV(B) | 11.83º | 0.32% | 0.87% | - |
| XYZ | 49.17 | 44.67 | 35.31 | - |
| YUV | 180.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 151 | 0 | 0.26 | 0.32 | 0.13 | 11.83 | 0.52 | 0.73 |
| Hex | DE | A5 | 97 | 0 | 1A | 20 | D | C | 34 | 49 |
| Octal | 336 | 245 | 227 | 0 | 32 | 40 | 15 | 14 | 64 | 111 |
| Binary | 11011110 | 10100101 | 10010111 | 0 | 11010 | 100000 | 1101 | 1100 | 110100 | 1001001 |
Color Harmonies of #DEA597
Complementary color
Monochromatic Colors of #DEA597
Black with #DEA597
Text Example
Text Example
White with #DEA597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA597; }
p { color: rgb(222,165,151); }
H1.HeaderClassName
{
color: #DEA597;
}
.AnyTagClassName
{
color: #DEA597;
}
</style>
background-color css
<style>
a { background-color: #DEA597; }
a { background-color: rgb(222,165,151); }
div.DivClassName
{
background-color: #DEA597;
}
.BgClassName
{
background-color: #DEA597;
}
</style>
border-color css
<style>
span { border-color: #DEA597; }
span { border-color: rgb(222,165,151); }
td.TdClassName
{
border-color: #DEA597;
}
.TagClassName
{
border-color: #DEA597;
}
</style>