Shades of Sapling #DFD3A8
Tints of Sapling #DFD3A8
RGB
CMYK
RGB Variations
Color information
#DFD3A8 (or 0xDFD3A8) is known color: Sapling. HEX triplet: DF, D3 and A8. RGB value is (223,211,168). Sum of RGB (Red+Green+Blue) = 223+211+168=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3A8 is #202C57. Grayscale: #D1D1D1. Windows color (decimal): -2108504 or 11064287. OLE color: 11064287.
HSL color Cylindrical-coordinate representation of color #DFD3A8: hue angle of 46.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFD3A8 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 168 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.13 |
| HSL | 46.91º | 0.46% | 0.77% | - |
| HSV(B) | 46.91º | 0.25% | 0.87% | - |
| XYZ | 60.79 | 65.1 | 46.41 | - |
| YUV | 209.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 168 | 0 | 0.05 | 0.25 | 0.13 | 46.91 | 0.46 | 0.77 |
| Hex | DF | D3 | A8 | 0 | 5 | 19 | D | 2F | 2E | 4D |
| Octal | 337 | 323 | 250 | 0 | 5 | 31 | 15 | 57 | 56 | 115 |
| Binary | 11011111 | 11010011 | 10101000 | 0 | 101 | 11001 | 1101 | 101111 | 101110 | 1001101 |
Color Harmonies of #DFD3A8
Complementary color
Monochromatic Colors of #DFD3A8
Black with #DFD3A8
Text Example
Text Example
White with #DFD3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3A8; }
p { color: rgb(223,211,168); }
H1.HeaderClassName
{
color: #DFD3A8;
}
.AnyTagClassName
{
color: #DFD3A8;
}
</style>
background-color css
<style>
a { background-color: #DFD3A8; }
a { background-color: rgb(223,211,168); }
div.DivClassName
{
background-color: #DFD3A8;
}
.BgClassName
{
background-color: #DFD3A8;
}
</style>
border-color css
<style>
span { border-color: #DFD3A8; }
span { border-color: rgb(223,211,168); }
td.TdClassName
{
border-color: #DFD3A8;
}
.TagClassName
{
border-color: #DFD3A8;
}
</style>