Shades of Rose #D9A59A
Tints of Rose #D9A59A
RGB
CMYK
RGB Variations
Color information
#D9A59A (or 0xD9A59A) is known color: Rose. HEX triplet: D9, A5 and 9A. RGB value is (217,165,154). Sum of RGB (Red+Green+Blue) = 217+165+154=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A59A is #265A65. Grayscale: #B3B3B3. Windows color (decimal): -2513510 or 10135001. OLE color: 10135001.
HSL color Cylindrical-coordinate representation of color #D9A59A: hue angle of 10.48º 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 #D9A59A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 154 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.15 |
| HSL | 10.48º | 0.45% | 0.73% | - |
| HSV(B) | 10.48º | 0.29% | 0.85% | - |
| XYZ | 47.9 | 44 | 36.54 | - |
| YUV | 179.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 154 | 0 | 0.24 | 0.29 | 0.15 | 10.48 | 0.45 | 0.73 |
| Hex | D9 | A5 | 9A | 0 | 18 | 1D | F | A | 2D | 49 |
| Octal | 331 | 245 | 232 | 0 | 30 | 35 | 17 | 12 | 55 | 111 |
| Binary | 11011001 | 10100101 | 10011010 | 0 | 11000 | 11101 | 1111 | 1010 | 101101 | 1001001 |
Color Harmonies of #D9A59A
Complementary color
Monochromatic Colors of #D9A59A
Black with #D9A59A
Text Example
Text Example
White with #D9A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A59A; }
p { color: rgb(217,165,154); }
H1.HeaderClassName
{
color: #D9A59A;
}
.AnyTagClassName
{
color: #D9A59A;
}
</style>
background-color css
<style>
a { background-color: #D9A59A; }
a { background-color: rgb(217,165,154); }
div.DivClassName
{
background-color: #D9A59A;
}
.BgClassName
{
background-color: #D9A59A;
}
</style>
border-color css
<style>
span { border-color: #D9A59A; }
span { border-color: rgb(217,165,154); }
td.TdClassName
{
border-color: #D9A59A;
}
.TagClassName
{
border-color: #D9A59A;
}
</style>