Shades of Rose #D8A599
Tints of Rose #D8A599
RGB
CMYK
RGB Variations
Color information
#D8A599 (or 0xD8A599) is known color: Rose. HEX triplet: D8, A5 and 99. RGB value is (216,165,153). Sum of RGB (Red+Green+Blue) = 216+165+153=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A599 is #275A66. Grayscale: #B2B2B2. Windows color (decimal): -2579047 or 10069464. OLE color: 10069464.
HSL color Cylindrical-coordinate representation of color #D8A599: hue angle of 11.43º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8A599 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 153 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.15 |
| HSL | 11.43º | 0.45% | 0.72% | - |
| HSV(B) | 11.43º | 0.29% | 0.85% | - |
| XYZ | 47.52 | 43.81 | 36.09 | - |
| YUV | 178.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 153 | 0 | 0.24 | 0.29 | 0.15 | 11.43 | 0.45 | 0.72 |
| Hex | D8 | A5 | 99 | 0 | 18 | 1D | F | B | 2D | 48 |
| Octal | 330 | 245 | 231 | 0 | 30 | 35 | 17 | 13 | 55 | 110 |
| Binary | 11011000 | 10100101 | 10011001 | 0 | 11000 | 11101 | 1111 | 1011 | 101101 | 1001000 |
Color Harmonies of #D8A599
Complementary color
Monochromatic Colors of #D8A599
Black with #D8A599
Text Example
Text Example
White with #D8A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A599; }
p { color: rgb(216,165,153); }
H1.HeaderClassName
{
color: #D8A599;
}
.AnyTagClassName
{
color: #D8A599;
}
</style>
background-color css
<style>
a { background-color: #D8A599; }
a { background-color: rgb(216,165,153); }
div.DivClassName
{
background-color: #D8A599;
}
.BgClassName
{
background-color: #D8A599;
}
</style>
border-color css
<style>
span { border-color: #D8A599; }
span { border-color: rgb(216,165,153); }
td.TdClassName
{
border-color: #D8A599;
}
.TagClassName
{
border-color: #D8A599;
}
</style>