Shades of Sapling #D9CFAA
Tints of Sapling #D9CFAA
RGB
CMYK
RGB Variations
Color information
#D9CFAA (or 0xD9CFAA) is known color: Sapling. HEX triplet: D9, CF and AA. RGB value is (217,207,170). Sum of RGB (Red+Green+Blue) = 217+207+170=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFAA is #263055. Grayscale: #CDCDCD. Windows color (decimal): -2502742 or 11194329. OLE color: 11194329.
HSL color Cylindrical-coordinate representation of color #D9CFAA: hue angle of 47.23º 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 #D9CFAA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 170 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.15 |
| HSL | 47.23º | 0.38% | 0.76% | - |
| HSV(B) | 47.23º | 0.22% | 0.85% | - |
| XYZ | 58.18 | 62.28 | 46.98 | - |
| YUV | 205.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 170 | 0 | 0.05 | 0.22 | 0.15 | 47.23 | 0.38 | 0.76 |
| Hex | D9 | CF | AA | 0 | 5 | 16 | F | 2F | 26 | 4C |
| Octal | 331 | 317 | 252 | 0 | 5 | 26 | 17 | 57 | 46 | 114 |
| Binary | 11011001 | 11001111 | 10101010 | 0 | 101 | 10110 | 1111 | 101111 | 100110 | 1001100 |
Color Harmonies of #D9CFAA
Complementary color
Monochromatic Colors of #D9CFAA
Black with #D9CFAA
Text Example
Text Example
White with #D9CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFAA; }
p { color: rgb(217,207,170); }
H1.HeaderClassName
{
color: #D9CFAA;
}
.AnyTagClassName
{
color: #D9CFAA;
}
</style>
background-color css
<style>
a { background-color: #D9CFAA; }
a { background-color: rgb(217,207,170); }
div.DivClassName
{
background-color: #D9CFAA;
}
.BgClassName
{
background-color: #D9CFAA;
}
</style>
border-color css
<style>
span { border-color: #D9CFAA; }
span { border-color: rgb(217,207,170); }
td.TdClassName
{
border-color: #D9CFAA;
}
.TagClassName
{
border-color: #D9CFAA;
}
</style>