Shades of Rose #D9A096
Tints of Rose #D9A096
RGB
CMYK
RGB Variations
Color information
#D9A096 (or 0xD9A096) is known color: Rose. HEX triplet: D9, A0 and 96. RGB value is (217,160,150). Sum of RGB (Red+Green+Blue) = 217+160+150=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A096 is #265F69. Grayscale: #B0B0B0. Windows color (decimal): -2514794 or 9871577. OLE color: 9871577.
HSL color Cylindrical-coordinate representation of color #D9A096: hue angle of 8.96º 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 #D9A096 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 150 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.15 |
| HSL | 8.96º | 0.47% | 0.72% | - |
| HSV(B) | 8.96º | 0.31% | 0.85% | - |
| XYZ | 46.69 | 42.1 | 34.52 | - |
| YUV | 175.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 150 | 0 | 0.26 | 0.31 | 0.15 | 8.96 | 0.47 | 0.72 |
| Hex | D9 | A0 | 96 | 0 | 1A | 1F | F | 9 | 2F | 48 |
| Octal | 331 | 240 | 226 | 0 | 32 | 37 | 17 | 11 | 57 | 110 |
| Binary | 11011001 | 10100000 | 10010110 | 0 | 11010 | 11111 | 1111 | 1001 | 101111 | 1001000 |
Color Harmonies of #D9A096
Complementary color
Monochromatic Colors of #D9A096
Black with #D9A096
Text Example
Text Example
White with #D9A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A096; }
p { color: rgb(217,160,150); }
H1.HeaderClassName
{
color: #D9A096;
}
.AnyTagClassName
{
color: #D9A096;
}
</style>
background-color css
<style>
a { background-color: #D9A096; }
a { background-color: rgb(217,160,150); }
div.DivClassName
{
background-color: #D9A096;
}
.BgClassName
{
background-color: #D9A096;
}
</style>
border-color css
<style>
span { border-color: #D9A096; }
span { border-color: rgb(217,160,150); }
td.TdClassName
{
border-color: #D9A096;
}
.TagClassName
{
border-color: #D9A096;
}
</style>