Shades of Sapling #D9CFA5
Tints of Sapling #D9CFA5
RGB
CMYK
RGB Variations
Color information
#D9CFA5 (or 0xD9CFA5) is known color: Sapling. HEX triplet: D9, CF and A5. RGB value is (217,207,165). Sum of RGB (Red+Green+Blue) = 217+207+165=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFA5 is #26305A. Grayscale: #CDCDCD. Windows color (decimal): -2502747 or 10866649. OLE color: 10866649.
HSL color Cylindrical-coordinate representation of color #D9CFA5: hue angle of 48.46º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9CFA5 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 165 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.15 |
| HSL | 48.46º | 0.41% | 0.75% | - |
| HSV(B) | 48.46º | 0.24% | 0.85% | - |
| XYZ | 57.72 | 62.09 | 44.54 | - |
| YUV | 205.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 165 | 0 | 0.05 | 0.24 | 0.15 | 48.46 | 0.41 | 0.75 |
| Hex | D9 | CF | A5 | 0 | 5 | 18 | F | 30 | 29 | 4B |
| Octal | 331 | 317 | 245 | 0 | 5 | 30 | 17 | 60 | 51 | 113 |
| Binary | 11011001 | 11001111 | 10100101 | 0 | 101 | 11000 | 1111 | 110000 | 101001 | 1001011 |
Color Harmonies of #D9CFA5
Complementary color
Monochromatic Colors of #D9CFA5
Black with #D9CFA5
Text Example
Text Example
White with #D9CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFA5; }
p { color: rgb(217,207,165); }
H1.HeaderClassName
{
color: #D9CFA5;
}
.AnyTagClassName
{
color: #D9CFA5;
}
</style>
background-color css
<style>
a { background-color: #D9CFA5; }
a { background-color: rgb(217,207,165); }
div.DivClassName
{
background-color: #D9CFA5;
}
.BgClassName
{
background-color: #D9CFA5;
}
</style>
border-color css
<style>
span { border-color: #D9CFA5; }
span { border-color: rgb(217,207,165); }
td.TdClassName
{
border-color: #D9CFA5;
}
.TagClassName
{
border-color: #D9CFA5;
}
</style>