Shades of Rose #D9A88F
Tints of Rose #D9A88F
RGB
CMYK
RGB Variations
Color information
#D9A88F (or 0xD9A88F) is known color: Rose. HEX triplet: D9, A8 and 8F. RGB value is (217,168,143). Sum of RGB (Red+Green+Blue) = 217+168+143=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A88F is #265770. Grayscale: #B3B3B3. Windows color (decimal): -2512753 or 9414873. OLE color: 9414873.
HSL color Cylindrical-coordinate representation of color #D9A88F: hue angle of 20.27º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A88F is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 143 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.15 |
| HSL | 20.27º | 0.49% | 0.71% | - |
| HSV(B) | 20.27º | 0.34% | 0.85% | - |
| XYZ | 47.58 | 44.74 | 32.11 | - |
| YUV | 179.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 143 | 0 | 0.23 | 0.34 | 0.15 | 20.27 | 0.49 | 0.71 |
| Hex | D9 | A8 | 8F | 0 | 17 | 22 | F | 14 | 31 | 47 |
| Octal | 331 | 250 | 217 | 0 | 27 | 42 | 17 | 24 | 61 | 107 |
| Binary | 11011001 | 10101000 | 10001111 | 0 | 10111 | 100010 | 1111 | 10100 | 110001 | 1000111 |
Color Harmonies of #D9A88F
Complementary color
Monochromatic Colors of #D9A88F
Black with #D9A88F
Text Example
Text Example
White with #D9A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A88F; }
p { color: rgb(217,168,143); }
H1.HeaderClassName
{
color: #D9A88F;
}
.AnyTagClassName
{
color: #D9A88F;
}
</style>
background-color css
<style>
a { background-color: #D9A88F; }
a { background-color: rgb(217,168,143); }
div.DivClassName
{
background-color: #D9A88F;
}
.BgClassName
{
background-color: #D9A88F;
}
</style>
border-color css
<style>
span { border-color: #D9A88F; }
span { border-color: rgb(217,168,143); }
td.TdClassName
{
border-color: #D9A88F;
}
.TagClassName
{
border-color: #D9A88F;
}
</style>