Shades of Rose #D9A597
Tints of Rose #D9A597
RGB
CMYK
RGB Variations
Color information
#D9A597 (or 0xD9A597) is known color: Rose. HEX triplet: D9, A5 and 97. RGB value is (217,165,151). Sum of RGB (Red+Green+Blue) = 217+165+151=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A597 is #265A68. Grayscale: #B3B3B3. Windows color (decimal): -2513513 or 9938393. OLE color: 9938393.
HSL color Cylindrical-coordinate representation of color #D9A597: hue angle of 12.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9A597 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 151 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.15 |
| HSL | 12.73º | 0.46% | 0.72% | - |
| HSV(B) | 12.73º | 0.3% | 0.85% | - |
| XYZ | 47.66 | 43.9 | 35.24 | - |
| YUV | 178.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 151 | 0 | 0.24 | 0.30 | 0.15 | 12.73 | 0.46 | 0.72 |
| Hex | D9 | A5 | 97 | 0 | 18 | 1E | F | D | 2E | 48 |
| Octal | 331 | 245 | 227 | 0 | 30 | 36 | 17 | 15 | 56 | 110 |
| Binary | 11011001 | 10100101 | 10010111 | 0 | 11000 | 11110 | 1111 | 1101 | 101110 | 1001000 |
Color Harmonies of #D9A597
Complementary color
Monochromatic Colors of #D9A597
Black with #D9A597
Text Example
Text Example
White with #D9A597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A597; }
p { color: rgb(217,165,151); }
H1.HeaderClassName
{
color: #D9A597;
}
.AnyTagClassName
{
color: #D9A597;
}
</style>
background-color css
<style>
a { background-color: #D9A597; }
a { background-color: rgb(217,165,151); }
div.DivClassName
{
background-color: #D9A597;
}
.BgClassName
{
background-color: #D9A597;
}
</style>
border-color css
<style>
span { border-color: #D9A597; }
span { border-color: rgb(217,165,151); }
td.TdClassName
{
border-color: #D9A597;
}
.TagClassName
{
border-color: #D9A597;
}
</style>