Shades of Rose #D8A19B
Tints of Rose #D8A19B
RGB
CMYK
RGB Variations
Color information
#D8A19B (or 0xD8A19B) is known color: Rose. HEX triplet: D8, A1 and 9B. RGB value is (216,161,155). Sum of RGB (Red+Green+Blue) = 216+161+155=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A19B is #275E64. Grayscale: #B0B0B0. Windows color (decimal): -2580069 or 10199512. OLE color: 10199512.
HSL color Cylindrical-coordinate representation of color #D8A19B: hue angle of 5.9º 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 #D8A19B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 155 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.15 |
| HSL | 5.9º | 0.44% | 0.73% | - |
| HSV(B) | 5.9º | 0.28% | 0.85% | - |
| XYZ | 46.98 | 42.46 | 36.73 | - |
| YUV | 176.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 155 | 0 | 0.25 | 0.28 | 0.15 | 5.9 | 0.44 | 0.73 |
| Hex | D8 | A1 | 9B | 0 | 19 | 1C | F | 6 | 2C | 49 |
| Octal | 330 | 241 | 233 | 0 | 31 | 34 | 17 | 6 | 54 | 111 |
| Binary | 11011000 | 10100001 | 10011011 | 0 | 11001 | 11100 | 1111 | 110 | 101100 | 1001001 |
Color Harmonies of #D8A19B
Complementary color
Monochromatic Colors of #D8A19B
Black with #D8A19B
Text Example
Text Example
White with #D8A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A19B; }
p { color: rgb(216,161,155); }
H1.HeaderClassName
{
color: #D8A19B;
}
.AnyTagClassName
{
color: #D8A19B;
}
</style>
background-color css
<style>
a { background-color: #D8A19B; }
a { background-color: rgb(216,161,155); }
div.DivClassName
{
background-color: #D8A19B;
}
.BgClassName
{
background-color: #D8A19B;
}
</style>
border-color css
<style>
span { border-color: #D8A19B; }
span { border-color: rgb(216,161,155); }
td.TdClassName
{
border-color: #D8A19B;
}
.TagClassName
{
border-color: #D8A19B;
}
</style>