Shades of Sapling #DFD3A9
Tints of Sapling #DFD3A9
RGB
CMYK
RGB Variations
Color information
#DFD3A9 (or 0xDFD3A9) is known color: Sapling. HEX triplet: DF, D3 and A9. RGB value is (223,211,169). Sum of RGB (Red+Green+Blue) = 223+211+169=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3A9 is #202C56. Grayscale: #D1D1D1. Windows color (decimal): -2108503 or 11129823. OLE color: 11129823.
HSL color Cylindrical-coordinate representation of color #DFD3A9: hue angle of 46.67º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFD3A9 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 169 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.13 |
| HSL | 46.67º | 0.46% | 0.77% | - |
| HSV(B) | 46.67º | 0.24% | 0.87% | - |
| XYZ | 60.89 | 65.14 | 46.9 | - |
| YUV | 209.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 169 | 0 | 0.05 | 0.24 | 0.13 | 46.67 | 0.46 | 0.77 |
| Hex | DF | D3 | A9 | 0 | 5 | 18 | D | 2F | 2E | 4D |
| Octal | 337 | 323 | 251 | 0 | 5 | 30 | 15 | 57 | 56 | 115 |
| Binary | 11011111 | 11010011 | 10101001 | 0 | 101 | 11000 | 1101 | 101111 | 101110 | 1001101 |
Color Harmonies of #DFD3A9
Complementary color
Monochromatic Colors of #DFD3A9
Black with #DFD3A9
Text Example
Text Example
White with #DFD3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3A9; }
p { color: rgb(223,211,169); }
H1.HeaderClassName
{
color: #DFD3A9;
}
.AnyTagClassName
{
color: #DFD3A9;
}
</style>
background-color css
<style>
a { background-color: #DFD3A9; }
a { background-color: rgb(223,211,169); }
div.DivClassName
{
background-color: #DFD3A9;
}
.BgClassName
{
background-color: #DFD3A9;
}
</style>
border-color css
<style>
span { border-color: #DFD3A9; }
span { border-color: rgb(223,211,169); }
td.TdClassName
{
border-color: #DFD3A9;
}
.TagClassName
{
border-color: #DFD3A9;
}
</style>