Shades of Rose #D9A795
Tints of Rose #D9A795
RGB
CMYK
RGB Variations
Color information
#D9A795 (or 0xD9A795) is known color: Rose. HEX triplet: D9, A7 and 95. RGB value is (217,167,149). Sum of RGB (Red+Green+Blue) = 217+167+149=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A795 is #26586A. Grayscale: #B4B4B4. Windows color (decimal): -2513003 or 9807833. OLE color: 9807833.
HSL color Cylindrical-coordinate representation of color #D9A795: hue angle of 15.88º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A795 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 149 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.15 |
| HSL | 15.88º | 0.47% | 0.72% | - |
| HSV(B) | 15.88º | 0.31% | 0.85% | - |
| XYZ | 47.86 | 44.56 | 34.51 | - |
| YUV | 179.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 149 | 0 | 0.23 | 0.31 | 0.15 | 15.88 | 0.47 | 0.72 |
| Hex | D9 | A7 | 95 | 0 | 17 | 1F | F | 10 | 2F | 48 |
| Octal | 331 | 247 | 225 | 0 | 27 | 37 | 17 | 20 | 57 | 110 |
| Binary | 11011001 | 10100111 | 10010101 | 0 | 10111 | 11111 | 1111 | 10000 | 101111 | 1001000 |
Color Harmonies of #D9A795
Complementary color
Monochromatic Colors of #D9A795
Black with #D9A795
Text Example
Text Example
White with #D9A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A795; }
p { color: rgb(217,167,149); }
H1.HeaderClassName
{
color: #D9A795;
}
.AnyTagClassName
{
color: #D9A795;
}
</style>
background-color css
<style>
a { background-color: #D9A795; }
a { background-color: rgb(217,167,149); }
div.DivClassName
{
background-color: #D9A795;
}
.BgClassName
{
background-color: #D9A795;
}
</style>
border-color css
<style>
span { border-color: #D9A795; }
span { border-color: rgb(217,167,149); }
td.TdClassName
{
border-color: #D9A795;
}
.TagClassName
{
border-color: #D9A795;
}
</style>