Shades of Rose #D9A89A
Tints of Rose #D9A89A
RGB
CMYK
RGB Variations
Color information
#D9A89A (or 0xD9A89A) is known color: Rose. HEX triplet: D9, A8 and 9A. RGB value is (217,168,154). Sum of RGB (Red+Green+Blue) = 217+168+154=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A89A is #265765. Grayscale: #B5B5B5. Windows color (decimal): -2512742 or 10135769. OLE color: 10135769.
HSL color Cylindrical-coordinate representation of color #D9A89A: hue angle of 13.33º 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 #D9A89A is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 154 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.15 |
| HSL | 13.33º | 0.45% | 0.73% | - |
| HSV(B) | 13.33º | 0.29% | 0.85% | - |
| XYZ | 48.45 | 45.09 | 36.72 | - |
| YUV | 181.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 154 | 0 | 0.23 | 0.29 | 0.15 | 13.33 | 0.45 | 0.73 |
| Hex | D9 | A8 | 9A | 0 | 17 | 1D | F | D | 2D | 49 |
| Octal | 331 | 250 | 232 | 0 | 27 | 35 | 17 | 15 | 55 | 111 |
| Binary | 11011001 | 10101000 | 10011010 | 0 | 10111 | 11101 | 1111 | 1101 | 101101 | 1001001 |
Color Harmonies of #D9A89A
Complementary color
Monochromatic Colors of #D9A89A
Black with #D9A89A
Text Example
Text Example
White with #D9A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A89A; }
p { color: rgb(217,168,154); }
H1.HeaderClassName
{
color: #D9A89A;
}
.AnyTagClassName
{
color: #D9A89A;
}
</style>
background-color css
<style>
a { background-color: #D9A89A; }
a { background-color: rgb(217,168,154); }
div.DivClassName
{
background-color: #D9A89A;
}
.BgClassName
{
background-color: #D9A89A;
}
</style>
border-color css
<style>
span { border-color: #D9A89A; }
span { border-color: rgb(217,168,154); }
td.TdClassName
{
border-color: #D9A89A;
}
.TagClassName
{
border-color: #D9A89A;
}
</style>