Shades of Rose #D8A29B
Tints of Rose #D8A29B
RGB
CMYK
RGB Variations
Color information
#D8A29B (or 0xD8A29B) is known color: Rose. HEX triplet: D8, A2 and 9B. RGB value is (216,162,155). Sum of RGB (Red+Green+Blue) = 216+162+155=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A29B is #275D64. Grayscale: #B1B1B1. Windows color (decimal): -2579813 or 10199768. OLE color: 10199768.
HSL color Cylindrical-coordinate representation of color #D8A29B: hue angle of 6.89º 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 #D8A29B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 155 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.15 |
| HSL | 6.89º | 0.44% | 0.73% | - |
| HSV(B) | 6.89º | 0.28% | 0.85% | - |
| XYZ | 47.16 | 42.81 | 36.79 | - |
| YUV | 177.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 155 | 0 | 0.25 | 0.28 | 0.15 | 6.89 | 0.44 | 0.73 |
| Hex | D8 | A2 | 9B | 0 | 19 | 1C | F | 7 | 2C | 49 |
| Octal | 330 | 242 | 233 | 0 | 31 | 34 | 17 | 7 | 54 | 111 |
| Binary | 11011000 | 10100010 | 10011011 | 0 | 11001 | 11100 | 1111 | 111 | 101100 | 1001001 |
Color Harmonies of #D8A29B
Complementary color
Monochromatic Colors of #D8A29B
Black with #D8A29B
Text Example
Text Example
White with #D8A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A29B; }
p { color: rgb(216,162,155); }
H1.HeaderClassName
{
color: #D8A29B;
}
.AnyTagClassName
{
color: #D8A29B;
}
</style>
background-color css
<style>
a { background-color: #D8A29B; }
a { background-color: rgb(216,162,155); }
div.DivClassName
{
background-color: #D8A29B;
}
.BgClassName
{
background-color: #D8A29B;
}
</style>
border-color css
<style>
span { border-color: #D8A29B; }
span { border-color: rgb(216,162,155); }
td.TdClassName
{
border-color: #D8A29B;
}
.TagClassName
{
border-color: #D8A29B;
}
</style>