Shades of Rose #D9A497
Tints of Rose #D9A497
RGB
CMYK
RGB Variations
Color information
#D9A497 (or 0xD9A497) is known color: Rose. HEX triplet: D9, A4 and 97. RGB value is (217,164,151). Sum of RGB (Red+Green+Blue) = 217+164+151=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A497 is #265B68. Grayscale: #B2B2B2. Windows color (decimal): -2513769 or 9938137. OLE color: 9938137.
HSL color Cylindrical-coordinate representation of color #D9A497: hue angle of 11.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9A497 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 151 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.15 |
| HSL | 11.82º | 0.46% | 0.72% | - |
| HSV(B) | 11.82º | 0.3% | 0.85% | - |
| XYZ | 47.48 | 43.54 | 35.18 | - |
| YUV | 178.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 151 | 0 | 0.24 | 0.30 | 0.15 | 11.82 | 0.46 | 0.72 |
| Hex | D9 | A4 | 97 | 0 | 18 | 1E | F | C | 2E | 48 |
| Octal | 331 | 244 | 227 | 0 | 30 | 36 | 17 | 14 | 56 | 110 |
| Binary | 11011001 | 10100100 | 10010111 | 0 | 11000 | 11110 | 1111 | 1100 | 101110 | 1001000 |
Color Harmonies of #D9A497
Complementary color
Monochromatic Colors of #D9A497
Black with #D9A497
Text Example
Text Example
White with #D9A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A497; }
p { color: rgb(217,164,151); }
H1.HeaderClassName
{
color: #D9A497;
}
.AnyTagClassName
{
color: #D9A497;
}
</style>
background-color css
<style>
a { background-color: #D9A497; }
a { background-color: rgb(217,164,151); }
div.DivClassName
{
background-color: #D9A497;
}
.BgClassName
{
background-color: #D9A497;
}
</style>
border-color css
<style>
span { border-color: #D9A497; }
span { border-color: rgb(217,164,151); }
td.TdClassName
{
border-color: #D9A497;
}
.TagClassName
{
border-color: #D9A497;
}
</style>