Shades of Rose #D9A395
Tints of Rose #D9A395
RGB
CMYK
RGB Variations
Color information
#D9A395 (or 0xD9A395) is known color: Rose. HEX triplet: D9, A3 and 95. RGB value is (217,163,149). Sum of RGB (Red+Green+Blue) = 217+163+149=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A395 is #265C6A. Grayscale: #B1B1B1. Windows color (decimal): -2514027 or 9806809. OLE color: 9806809.
HSL color Cylindrical-coordinate representation of color #D9A395: hue angle of 12.35º 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 #D9A395 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 149 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.15 |
| HSL | 12.35º | 0.47% | 0.72% | - |
| HSV(B) | 12.35º | 0.31% | 0.85% | - |
| XYZ | 47.14 | 43.12 | 34.27 | - |
| YUV | 177.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 149 | 0 | 0.25 | 0.31 | 0.15 | 12.35 | 0.47 | 0.72 |
| Hex | D9 | A3 | 95 | 0 | 19 | 1F | F | C | 2F | 48 |
| Octal | 331 | 243 | 225 | 0 | 31 | 37 | 17 | 14 | 57 | 110 |
| Binary | 11011001 | 10100011 | 10010101 | 0 | 11001 | 11111 | 1111 | 1100 | 101111 | 1001000 |
Color Harmonies of #D9A395
Complementary color
Monochromatic Colors of #D9A395
Black with #D9A395
Text Example
Text Example
White with #D9A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A395; }
p { color: rgb(217,163,149); }
H1.HeaderClassName
{
color: #D9A395;
}
.AnyTagClassName
{
color: #D9A395;
}
</style>
background-color css
<style>
a { background-color: #D9A395; }
a { background-color: rgb(217,163,149); }
div.DivClassName
{
background-color: #D9A395;
}
.BgClassName
{
background-color: #D9A395;
}
</style>
border-color css
<style>
span { border-color: #D9A395; }
span { border-color: rgb(217,163,149); }
td.TdClassName
{
border-color: #D9A395;
}
.TagClassName
{
border-color: #D9A395;
}
</style>