Shades of Sapling #D9D0AA
Tints of Sapling #D9D0AA
RGB
CMYK
RGB Variations
Color information
#D9D0AA (or 0xD9D0AA) is known color: Sapling. HEX triplet: D9, D0 and AA. RGB value is (217,208,170). Sum of RGB (Red+Green+Blue) = 217+208+170=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D0AA is #262F55. Grayscale: #CECECE. Windows color (decimal): -2502486 or 11194585. OLE color: 11194585.
HSL color Cylindrical-coordinate representation of color #D9D0AA: hue angle of 48.51º 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 #D9D0AA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 170 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.15 |
| HSL | 48.51º | 0.38% | 0.76% | - |
| HSV(B) | 48.51º | 0.22% | 0.85% | - |
| XYZ | 58.43 | 62.77 | 47.07 | - |
| YUV | 206.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 170 | 0 | 0.04 | 0.22 | 0.15 | 48.51 | 0.38 | 0.76 |
| Hex | D9 | D0 | AA | 0 | 4 | 16 | F | 31 | 26 | 4C |
| Octal | 331 | 320 | 252 | 0 | 4 | 26 | 17 | 61 | 46 | 114 |
| Binary | 11011001 | 11010000 | 10101010 | 0 | 100 | 10110 | 1111 | 110001 | 100110 | 1001100 |
Color Harmonies of #D9D0AA
Complementary color
Monochromatic Colors of #D9D0AA
Black with #D9D0AA
Text Example
Text Example
White with #D9D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0AA; }
p { color: rgb(217,208,170); }
H1.HeaderClassName
{
color: #D9D0AA;
}
.AnyTagClassName
{
color: #D9D0AA;
}
</style>
background-color css
<style>
a { background-color: #D9D0AA; }
a { background-color: rgb(217,208,170); }
div.DivClassName
{
background-color: #D9D0AA;
}
.BgClassName
{
background-color: #D9D0AA;
}
</style>
border-color css
<style>
span { border-color: #D9D0AA; }
span { border-color: rgb(217,208,170); }
td.TdClassName
{
border-color: #D9D0AA;
}
.TagClassName
{
border-color: #D9D0AA;
}
</style>