Shades of Rose #D9A598
Tints of Rose #D9A598
RGB
CMYK
RGB Variations
Color information
#D9A598 (or 0xD9A598) is known color: Rose. HEX triplet: D9, A5 and 98. RGB value is (217,165,152). Sum of RGB (Red+Green+Blue) = 217+165+152=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A598 is #265A67. Grayscale: #B3B3B3. Windows color (decimal): -2513512 or 10003929. OLE color: 10003929.
HSL color Cylindrical-coordinate representation of color #D9A598: hue angle of 12º 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 #D9A598 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 152 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.15 |
| HSL | 12º | 0.46% | 0.72% | - |
| HSV(B) | 12º | 0.3% | 0.85% | - |
| XYZ | 47.74 | 43.93 | 35.67 | - |
| YUV | 179.07 | 112.73 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 152 | 0 | 0.24 | 0.30 | 0.15 | 12 | 0.46 | 0.72 |
| Hex | D9 | A5 | 98 | 0 | 18 | 1E | F | C | 2E | 48 |
| Octal | 331 | 245 | 230 | 0 | 30 | 36 | 17 | 14 | 56 | 110 |
| Binary | 11011001 | 10100101 | 10011000 | 0 | 11000 | 11110 | 1111 | 1100 | 101110 | 1001000 |
Color Harmonies of #D9A598
Complementary color
Monochromatic Colors of #D9A598
Black with #D9A598
Text Example
Text Example
White with #D9A598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A598; }
p { color: rgb(217,165,152); }
H1.HeaderClassName
{
color: #D9A598;
}
.AnyTagClassName
{
color: #D9A598;
}
</style>
background-color css
<style>
a { background-color: #D9A598; }
a { background-color: rgb(217,165,152); }
div.DivClassName
{
background-color: #D9A598;
}
.BgClassName
{
background-color: #D9A598;
}
</style>
border-color css
<style>
span { border-color: #D9A598; }
span { border-color: rgb(217,165,152); }
td.TdClassName
{
border-color: #D9A598;
}
.TagClassName
{
border-color: #D9A598;
}
</style>