Shades of Rose #D9A799
Tints of Rose #D9A799
RGB
CMYK
RGB Variations
Color information
#D9A799 (or 0xD9A799) is known color: Rose. HEX triplet: D9, A7 and 99. RGB value is (217,167,153). Sum of RGB (Red+Green+Blue) = 217+167+153=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A799 is #265866. Grayscale: #B4B4B4. Windows color (decimal): -2512999 or 10069977. OLE color: 10069977.
HSL color Cylindrical-coordinate representation of color #D9A799: hue angle of 13.12º 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 #D9A799 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 153 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.15 |
| HSL | 13.13º | 0.46% | 0.73% | - |
| HSV(B) | 13.13º | 0.29% | 0.85% | - |
| XYZ | 48.18 | 44.69 | 36.22 | - |
| YUV | 180.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 153 | 0 | 0.23 | 0.29 | 0.15 | 13.13 | 0.46 | 0.73 |
| Hex | D9 | A7 | 99 | 0 | 17 | 1D | F | D | 2E | 49 |
| Octal | 331 | 247 | 231 | 0 | 27 | 35 | 17 | 15 | 56 | 111 |
| Binary | 11011001 | 10100111 | 10011001 | 0 | 10111 | 11101 | 1111 | 1101 | 101110 | 1001001 |
Color Harmonies of #D9A799
Complementary color
Monochromatic Colors of #D9A799
Black with #D9A799
Text Example
Text Example
White with #D9A799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A799; }
p { color: rgb(217,167,153); }
H1.HeaderClassName
{
color: #D9A799;
}
.AnyTagClassName
{
color: #D9A799;
}
</style>
background-color css
<style>
a { background-color: #D9A799; }
a { background-color: rgb(217,167,153); }
div.DivClassName
{
background-color: #D9A799;
}
.BgClassName
{
background-color: #D9A799;
}
</style>
border-color css
<style>
span { border-color: #D9A799; }
span { border-color: rgb(217,167,153); }
td.TdClassName
{
border-color: #D9A799;
}
.TagClassName
{
border-color: #D9A799;
}
</style>