Shades of Rose #D8A696
Tints of Rose #D8A696
RGB
CMYK
RGB Variations
Color information
#D8A696 (or 0xD8A696) is known color: Rose. HEX triplet: D8, A6 and 96. RGB value is (216,166,150). Sum of RGB (Red+Green+Blue) = 216+166+150=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A696 is #275969. Grayscale: #B3B3B3. Windows color (decimal): -2578794 or 9873112. OLE color: 9873112.
HSL color Cylindrical-coordinate representation of color #D8A696: hue angle of 14.55º degrees, saturation: 0.46, 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 #D8A696 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 150 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.15 |
| HSL | 14.55º | 0.46% | 0.72% | - |
| HSV(B) | 14.55º | 0.31% | 0.85% | - |
| XYZ | 47.46 | 44.07 | 34.86 | - |
| YUV | 179.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 150 | 0 | 0.23 | 0.31 | 0.15 | 14.55 | 0.46 | 0.72 |
| Hex | D8 | A6 | 96 | 0 | 17 | 1F | F | F | 2E | 48 |
| Octal | 330 | 246 | 226 | 0 | 27 | 37 | 17 | 17 | 56 | 110 |
| Binary | 11011000 | 10100110 | 10010110 | 0 | 10111 | 11111 | 1111 | 1111 | 101110 | 1001000 |
Color Harmonies of #D8A696
Complementary color
Monochromatic Colors of #D8A696
Black with #D8A696
Text Example
Text Example
White with #D8A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A696; }
p { color: rgb(216,166,150); }
H1.HeaderClassName
{
color: #D8A696;
}
.AnyTagClassName
{
color: #D8A696;
}
</style>
background-color css
<style>
a { background-color: #D8A696; }
a { background-color: rgb(216,166,150); }
div.DivClassName
{
background-color: #D8A696;
}
.BgClassName
{
background-color: #D8A696;
}
</style>
border-color css
<style>
span { border-color: #D8A696; }
span { border-color: rgb(216,166,150); }
td.TdClassName
{
border-color: #D8A696;
}
.TagClassName
{
border-color: #D8A696;
}
</style>