Shades of Rose #D8A19C
Tints of Rose #D8A19C
RGB
CMYK
RGB Variations
Color information
#D8A19C (or 0xD8A19C) is known color: Rose. HEX triplet: D8, A1 and 9C. RGB value is (216,161,156). Sum of RGB (Red+Green+Blue) = 216+161+156=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A19C is #275E63. Grayscale: #B0B0B0. Windows color (decimal): -2580068 or 10265048. OLE color: 10265048.
HSL color Cylindrical-coordinate representation of color #D8A19C: hue angle of 5º degrees, saturation: 0.43, 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 #D8A19C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 156 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.15 |
| HSL | 5º | 0.43% | 0.73% | - |
| HSV(B) | 5º | 0.28% | 0.85% | - |
| XYZ | 47.06 | 42.49 | 37.17 | - |
| YUV | 176.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 156 | 0 | 0.25 | 0.28 | 0.15 | 5 | 0.43 | 0.73 |
| Hex | D8 | A1 | 9C | 0 | 19 | 1C | F | 5 | 2B | 49 |
| Octal | 330 | 241 | 234 | 0 | 31 | 34 | 17 | 5 | 53 | 111 |
| Binary | 11011000 | 10100001 | 10011100 | 0 | 11001 | 11100 | 1111 | 101 | 101011 | 1001001 |
Color Harmonies of #D8A19C
Complementary color
Monochromatic Colors of #D8A19C
Black with #D8A19C
Text Example
Text Example
White with #D8A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A19C; }
p { color: rgb(216,161,156); }
H1.HeaderClassName
{
color: #D8A19C;
}
.AnyTagClassName
{
color: #D8A19C;
}
</style>
background-color css
<style>
a { background-color: #D8A19C; }
a { background-color: rgb(216,161,156); }
div.DivClassName
{
background-color: #D8A19C;
}
.BgClassName
{
background-color: #D8A19C;
}
</style>
border-color css
<style>
span { border-color: #D8A19C; }
span { border-color: rgb(216,161,156); }
td.TdClassName
{
border-color: #D8A19C;
}
.TagClassName
{
border-color: #D8A19C;
}
</style>