Shades of Rose #D9A59B
Tints of Rose #D9A59B
RGB
CMYK
RGB Variations
Color information
#D9A59B (or 0xD9A59B) is known color: Rose. HEX triplet: D9, A5 and 9B. RGB value is (217,165,155). Sum of RGB (Red+Green+Blue) = 217+165+155=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A59B is #265A64. Grayscale: #B3B3B3. Windows color (decimal): -2513509 or 10200537. OLE color: 10200537.
HSL color Cylindrical-coordinate representation of color #D9A59B: hue angle of 9.68º 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 #D9A59B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 155 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.15 |
| HSL | 9.68º | 0.45% | 0.73% | - |
| HSV(B) | 9.68º | 0.29% | 0.85% | - |
| XYZ | 47.99 | 44.03 | 36.98 | - |
| YUV | 179.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 155 | 0 | 0.24 | 0.29 | 0.15 | 9.68 | 0.45 | 0.73 |
| Hex | D9 | A5 | 9B | 0 | 18 | 1D | F | A | 2D | 49 |
| Octal | 331 | 245 | 233 | 0 | 30 | 35 | 17 | 12 | 55 | 111 |
| Binary | 11011001 | 10100101 | 10011011 | 0 | 11000 | 11101 | 1111 | 1010 | 101101 | 1001001 |
Color Harmonies of #D9A59B
Complementary color
Monochromatic Colors of #D9A59B
Black with #D9A59B
Text Example
Text Example
White with #D9A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A59B; }
p { color: rgb(217,165,155); }
H1.HeaderClassName
{
color: #D9A59B;
}
.AnyTagClassName
{
color: #D9A59B;
}
</style>
background-color css
<style>
a { background-color: #D9A59B; }
a { background-color: rgb(217,165,155); }
div.DivClassName
{
background-color: #D9A59B;
}
.BgClassName
{
background-color: #D9A59B;
}
</style>
border-color css
<style>
span { border-color: #D9A59B; }
span { border-color: rgb(217,165,155); }
td.TdClassName
{
border-color: #D9A59B;
}
.TagClassName
{
border-color: #D9A59B;
}
</style>