Shades of Rose #D8AB9B
Tints of Rose #D8AB9B
RGB
CMYK
RGB Variations
Color information
#D8AB9B (or 0xD8AB9B) is known color: Rose. HEX triplet: D8, AB and 9B. RGB value is (216,171,155). Sum of RGB (Red+Green+Blue) = 216+171+155=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB9B is #275464. Grayscale: #B6B6B6. Windows color (decimal): -2577509 or 10202072. OLE color: 10202072.
HSL color Cylindrical-coordinate representation of color #D8AB9B: hue angle of 15.74º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8AB9B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 155 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.15 |
| HSL | 15.74º | 0.44% | 0.73% | - |
| HSV(B) | 15.74º | 0.28% | 0.85% | - |
| XYZ | 48.8 | 46.09 | 37.33 | - |
| YUV | 182.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 155 | 0 | 0.21 | 0.28 | 0.15 | 15.74 | 0.44 | 0.73 |
| Hex | D8 | AB | 9B | 0 | 15 | 1C | F | 10 | 2C | 49 |
| Octal | 330 | 253 | 233 | 0 | 25 | 34 | 17 | 20 | 54 | 111 |
| Binary | 11011000 | 10101011 | 10011011 | 0 | 10101 | 11100 | 1111 | 10000 | 101100 | 1001001 |
Color Harmonies of #D8AB9B
Complementary color
Monochromatic Colors of #D8AB9B
Black with #D8AB9B
Text Example
Text Example
White with #D8AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB9B; }
p { color: rgb(216,171,155); }
H1.HeaderClassName
{
color: #D8AB9B;
}
.AnyTagClassName
{
color: #D8AB9B;
}
</style>
background-color css
<style>
a { background-color: #D8AB9B; }
a { background-color: rgb(216,171,155); }
div.DivClassName
{
background-color: #D8AB9B;
}
.BgClassName
{
background-color: #D8AB9B;
}
</style>
border-color css
<style>
span { border-color: #D8AB9B; }
span { border-color: rgb(216,171,155); }
td.TdClassName
{
border-color: #D8AB9B;
}
.TagClassName
{
border-color: #D8AB9B;
}
</style>