Shades of Rose #D9AD9B
Tints of Rose #D9AD9B
RGB
CMYK
RGB Variations
Color information
#D9AD9B (or 0xD9AD9B) is known color: Rose. HEX triplet: D9, AD and 9B. RGB value is (217,173,155). Sum of RGB (Red+Green+Blue) = 217+173+155=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD9B is #265264. Grayscale: #B8B8B8. Windows color (decimal): -2511461 or 10202585. OLE color: 10202585.
HSL color Cylindrical-coordinate representation of color #D9AD9B: hue angle of 17.42º 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 #D9AD9B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 155 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.15 |
| HSL | 17.42º | 0.45% | 0.73% | - |
| HSV(B) | 17.42º | 0.29% | 0.85% | - |
| XYZ | 49.48 | 47.01 | 37.48 | - |
| YUV | 184.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 155 | 0 | 0.20 | 0.29 | 0.15 | 17.42 | 0.45 | 0.73 |
| Hex | D9 | AD | 9B | 0 | 14 | 1D | F | 11 | 2D | 49 |
| Octal | 331 | 255 | 233 | 0 | 24 | 35 | 17 | 21 | 55 | 111 |
| Binary | 11011001 | 10101101 | 10011011 | 0 | 10100 | 11101 | 1111 | 10001 | 101101 | 1001001 |
Color Harmonies of #D9AD9B
Complementary color
Monochromatic Colors of #D9AD9B
Black with #D9AD9B
Text Example
Text Example
White with #D9AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD9B; }
p { color: rgb(217,173,155); }
H1.HeaderClassName
{
color: #D9AD9B;
}
.AnyTagClassName
{
color: #D9AD9B;
}
</style>
background-color css
<style>
a { background-color: #D9AD9B; }
a { background-color: rgb(217,173,155); }
div.DivClassName
{
background-color: #D9AD9B;
}
.BgClassName
{
background-color: #D9AD9B;
}
</style>
border-color css
<style>
span { border-color: #D9AD9B; }
span { border-color: rgb(217,173,155); }
td.TdClassName
{
border-color: #D9AD9B;
}
.TagClassName
{
border-color: #D9AD9B;
}
</style>