Shades of Rose #D9A79B
Tints of Rose #D9A79B
RGB
CMYK
RGB Variations
Color information
#D9A79B (or 0xD9A79B) is known color: Rose. HEX triplet: D9, A7 and 9B. RGB value is (217,167,155). Sum of RGB (Red+Green+Blue) = 217+167+155=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A79B is #265864. Grayscale: #B4B4B4. Windows color (decimal): -2512997 or 10201049. OLE color: 10201049.
HSL color Cylindrical-coordinate representation of color #D9A79B: hue angle of 11.61º 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 #D9A79B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 155 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.15 |
| HSL | 11.61º | 0.45% | 0.73% | - |
| HSV(B) | 11.61º | 0.29% | 0.85% | - |
| XYZ | 48.35 | 44.76 | 37.1 | - |
| YUV | 180.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 155 | 0 | 0.23 | 0.29 | 0.15 | 11.61 | 0.45 | 0.73 |
| Hex | D9 | A7 | 9B | 0 | 17 | 1D | F | C | 2D | 49 |
| Octal | 331 | 247 | 233 | 0 | 27 | 35 | 17 | 14 | 55 | 111 |
| Binary | 11011001 | 10100111 | 10011011 | 0 | 10111 | 11101 | 1111 | 1100 | 101101 | 1001001 |
Color Harmonies of #D9A79B
Complementary color
Monochromatic Colors of #D9A79B
Black with #D9A79B
Text Example
Text Example
White with #D9A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A79B; }
p { color: rgb(217,167,155); }
H1.HeaderClassName
{
color: #D9A79B;
}
.AnyTagClassName
{
color: #D9A79B;
}
</style>
background-color css
<style>
a { background-color: #D9A79B; }
a { background-color: rgb(217,167,155); }
div.DivClassName
{
background-color: #D9A79B;
}
.BgClassName
{
background-color: #D9A79B;
}
</style>
border-color css
<style>
span { border-color: #D9A79B; }
span { border-color: rgb(217,167,155); }
td.TdClassName
{
border-color: #D9A79B;
}
.TagClassName
{
border-color: #D9A79B;
}
</style>