Shades of Rose #D9A899
Tints of Rose #D9A899
RGB
CMYK
RGB Variations
Color information
#D9A899 (or 0xD9A899) is known color: Rose. HEX triplet: D9, A8 and 99. RGB value is (217,168,153). Sum of RGB (Red+Green+Blue) = 217+168+153=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A899 is #265766. Grayscale: #B5B5B5. Windows color (decimal): -2512743 or 10070233. OLE color: 10070233.
HSL color Cylindrical-coordinate representation of color #D9A899: hue angle of 14.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A899 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 153 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.15 |
| HSL | 14.06º | 0.46% | 0.73% | - |
| HSV(B) | 14.06º | 0.29% | 0.85% | - |
| XYZ | 48.37 | 45.06 | 36.28 | - |
| YUV | 180.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 153 | 0 | 0.23 | 0.29 | 0.15 | 14.06 | 0.46 | 0.73 |
| Hex | D9 | A8 | 99 | 0 | 17 | 1D | F | E | 2E | 49 |
| Octal | 331 | 250 | 231 | 0 | 27 | 35 | 17 | 16 | 56 | 111 |
| Binary | 11011001 | 10101000 | 10011001 | 0 | 10111 | 11101 | 1111 | 1110 | 101110 | 1001001 |
Color Harmonies of #D9A899
Complementary color
Monochromatic Colors of #D9A899
Black with #D9A899
Text Example
Text Example
White with #D9A899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A899; }
p { color: rgb(217,168,153); }
H1.HeaderClassName
{
color: #D9A899;
}
.AnyTagClassName
{
color: #D9A899;
}
</style>
background-color css
<style>
a { background-color: #D9A899; }
a { background-color: rgb(217,168,153); }
div.DivClassName
{
background-color: #D9A899;
}
.BgClassName
{
background-color: #D9A899;
}
</style>
border-color css
<style>
span { border-color: #D9A899; }
span { border-color: rgb(217,168,153); }
td.TdClassName
{
border-color: #D9A899;
}
.TagClassName
{
border-color: #D9A899;
}
</style>