Shades of Sapling #D9D1AA
Tints of Sapling #D9D1AA
RGB
CMYK
RGB Variations
Color information
#D9D1AA (or 0xD9D1AA) is known color: Sapling. HEX triplet: D9, D1 and AA. RGB value is (217,209,170). Sum of RGB (Red+Green+Blue) = 217+209+170=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D1AA is #262E55. Grayscale: #CFCFCF. Windows color (decimal): -2502230 or 11194841. OLE color: 11194841.
HSL color Cylindrical-coordinate representation of color #D9D1AA: hue angle of 49.79º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9D1AA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 170 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.15 |
| HSL | 49.79º | 0.38% | 0.76% | - |
| HSV(B) | 49.79º | 0.22% | 0.85% | - |
| XYZ | 58.67 | 63.25 | 47.15 | - |
| YUV | 206.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 170 | 0 | 0.04 | 0.22 | 0.15 | 49.79 | 0.38 | 0.76 |
| Hex | D9 | D1 | AA | 0 | 4 | 16 | F | 32 | 26 | 4C |
| Octal | 331 | 321 | 252 | 0 | 4 | 26 | 17 | 62 | 46 | 114 |
| Binary | 11011001 | 11010001 | 10101010 | 0 | 100 | 10110 | 1111 | 110010 | 100110 | 1001100 |
Color Harmonies of #D9D1AA
Complementary color
Monochromatic Colors of #D9D1AA
Black with #D9D1AA
Text Example
Text Example
White with #D9D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1AA; }
p { color: rgb(217,209,170); }
H1.HeaderClassName
{
color: #D9D1AA;
}
.AnyTagClassName
{
color: #D9D1AA;
}
</style>
background-color css
<style>
a { background-color: #D9D1AA; }
a { background-color: rgb(217,209,170); }
div.DivClassName
{
background-color: #D9D1AA;
}
.BgClassName
{
background-color: #D9D1AA;
}
</style>
border-color css
<style>
span { border-color: #D9D1AA; }
span { border-color: rgb(217,209,170); }
td.TdClassName
{
border-color: #D9D1AA;
}
.TagClassName
{
border-color: #D9D1AA;
}
</style>