Shades of Rose #D9A19B
Tints of Rose #D9A19B
RGB
CMYK
RGB Variations
Color information
#D9A19B (or 0xD9A19B) is known color: Rose. HEX triplet: D9, A1 and 9B. RGB value is (217,161,155). Sum of RGB (Red+Green+Blue) = 217+161+155=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A19B is #265E64. Grayscale: #B1B1B1. Windows color (decimal): -2514533 or 10199513. OLE color: 10199513.
HSL color Cylindrical-coordinate representation of color #D9A19B: hue angle of 5.81º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A19B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 155 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.15 |
| HSL | 5.81º | 0.45% | 0.73% | - |
| HSV(B) | 5.81º | 0.29% | 0.85% | - |
| XYZ | 47.28 | 42.61 | 36.74 | - |
| YUV | 177.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 155 | 0 | 0.26 | 0.29 | 0.15 | 5.81 | 0.45 | 0.73 |
| Hex | D9 | A1 | 9B | 0 | 1A | 1D | F | 6 | 2D | 49 |
| Octal | 331 | 241 | 233 | 0 | 32 | 35 | 17 | 6 | 55 | 111 |
| Binary | 11011001 | 10100001 | 10011011 | 0 | 11010 | 11101 | 1111 | 110 | 101101 | 1001001 |
Color Harmonies of #D9A19B
Complementary color
Monochromatic Colors of #D9A19B
Black with #D9A19B
Text Example
Text Example
White with #D9A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A19B; }
p { color: rgb(217,161,155); }
H1.HeaderClassName
{
color: #D9A19B;
}
.AnyTagClassName
{
color: #D9A19B;
}
</style>
background-color css
<style>
a { background-color: #D9A19B; }
a { background-color: rgb(217,161,155); }
div.DivClassName
{
background-color: #D9A19B;
}
.BgClassName
{
background-color: #D9A19B;
}
</style>
border-color css
<style>
span { border-color: #D9A19B; }
span { border-color: rgb(217,161,155); }
td.TdClassName
{
border-color: #D9A19B;
}
.TagClassName
{
border-color: #D9A19B;
}
</style>