Shades of Sapling #DFD3A0
Tints of Sapling #DFD3A0
RGB
CMYK
RGB Variations
Color information
#DFD3A0 (or 0xDFD3A0) is known color: Sapling. HEX triplet: DF, D3 and A0. RGB value is (223,211,160). Sum of RGB (Red+Green+Blue) = 223+211+160=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3A0 is #202C5F. Grayscale: #D0D0D0. Windows color (decimal): -2108512 or 10539999. OLE color: 10539999.
HSL color Cylindrical-coordinate representation of color #DFD3A0: hue angle of 48.57º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFD3A0 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 160 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.13 |
| HSL | 48.57º | 0.5% | 0.75% | - |
| HSV(B) | 48.57º | 0.28% | 0.87% | - |
| XYZ | 60.07 | 64.81 | 42.6 | - |
| YUV | 208.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 160 | 0 | 0.05 | 0.28 | 0.13 | 48.57 | 0.5 | 0.75 |
| Hex | DF | D3 | A0 | 0 | 5 | 1C | D | 31 | 32 | 4B |
| Octal | 337 | 323 | 240 | 0 | 5 | 34 | 15 | 61 | 62 | 113 |
| Binary | 11011111 | 11010011 | 10100000 | 0 | 101 | 11100 | 1101 | 110001 | 110010 | 1001011 |
Color Harmonies of #DFD3A0
Complementary color
Monochromatic Colors of #DFD3A0
Black with #DFD3A0
Text Example
Text Example
White with #DFD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3A0; }
p { color: rgb(223,211,160); }
H1.HeaderClassName
{
color: #DFD3A0;
}
.AnyTagClassName
{
color: #DFD3A0;
}
</style>
background-color css
<style>
a { background-color: #DFD3A0; }
a { background-color: rgb(223,211,160); }
div.DivClassName
{
background-color: #DFD3A0;
}
.BgClassName
{
background-color: #DFD3A0;
}
</style>
border-color css
<style>
span { border-color: #DFD3A0; }
span { border-color: rgb(223,211,160); }
td.TdClassName
{
border-color: #DFD3A0;
}
.TagClassName
{
border-color: #DFD3A0;
}
</style>