Shades of Rose #D9AD9A
Tints of Rose #D9AD9A
RGB
CMYK
RGB Variations
Color information
#D9AD9A (or 0xD9AD9A) is known color: Rose. HEX triplet: D9, AD and 9A. RGB value is (217,173,154). Sum of RGB (Red+Green+Blue) = 217+173+154=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD9A is #265265. Grayscale: #B8B8B8. Windows color (decimal): -2511462 or 10137049. OLE color: 10137049.
HSL color Cylindrical-coordinate representation of color #D9AD9A: hue angle of 18.1º 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 #D9AD9A is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 154 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.15 |
| HSL | 18.1º | 0.45% | 0.73% | - |
| HSV(B) | 18.1º | 0.29% | 0.85% | - |
| XYZ | 49.39 | 46.97 | 37.04 | - |
| YUV | 183.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 154 | 0 | 0.20 | 0.29 | 0.15 | 18.1 | 0.45 | 0.73 |
| Hex | D9 | AD | 9A | 0 | 14 | 1D | F | 12 | 2D | 49 |
| Octal | 331 | 255 | 232 | 0 | 24 | 35 | 17 | 22 | 55 | 111 |
| Binary | 11011001 | 10101101 | 10011010 | 0 | 10100 | 11101 | 1111 | 10010 | 101101 | 1001001 |
Color Harmonies of #D9AD9A
Complementary color
Monochromatic Colors of #D9AD9A
Black with #D9AD9A
Text Example
Text Example
White with #D9AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD9A; }
p { color: rgb(217,173,154); }
H1.HeaderClassName
{
color: #D9AD9A;
}
.AnyTagClassName
{
color: #D9AD9A;
}
</style>
background-color css
<style>
a { background-color: #D9AD9A; }
a { background-color: rgb(217,173,154); }
div.DivClassName
{
background-color: #D9AD9A;
}
.BgClassName
{
background-color: #D9AD9A;
}
</style>
border-color css
<style>
span { border-color: #D9AD9A; }
span { border-color: rgb(217,173,154); }
td.TdClassName
{
border-color: #D9AD9A;
}
.TagClassName
{
border-color: #D9AD9A;
}
</style>