Shades of Sapling #DFD3A1
Tints of Sapling #DFD3A1
RGB
CMYK
RGB Variations
Color information
#DFD3A1 (or 0xDFD3A1) is known color: Sapling. HEX triplet: DF, D3 and A1. RGB value is (223,211,161). Sum of RGB (Red+Green+Blue) = 223+211+161=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3A1 is #202C5E. Grayscale: #D1D1D1. Windows color (decimal): -2108511 or 10605535. OLE color: 10605535.
HSL color Cylindrical-coordinate representation of color #DFD3A1: hue angle of 48.39º degrees, saturation: 0.49, 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 #DFD3A1 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 161 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.13 |
| HSL | 48.39º | 0.49% | 0.75% | - |
| HSV(B) | 48.39º | 0.28% | 0.87% | - |
| XYZ | 60.16 | 64.85 | 43.06 | - |
| YUV | 208.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 161 | 0 | 0.05 | 0.28 | 0.13 | 48.39 | 0.49 | 0.75 |
| Hex | DF | D3 | A1 | 0 | 5 | 1C | D | 30 | 31 | 4B |
| Octal | 337 | 323 | 241 | 0 | 5 | 34 | 15 | 60 | 61 | 113 |
| Binary | 11011111 | 11010011 | 10100001 | 0 | 101 | 11100 | 1101 | 110000 | 110001 | 1001011 |
Color Harmonies of #DFD3A1
Complementary color
Monochromatic Colors of #DFD3A1
Black with #DFD3A1
Text Example
Text Example
White with #DFD3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3A1; }
p { color: rgb(223,211,161); }
H1.HeaderClassName
{
color: #DFD3A1;
}
.AnyTagClassName
{
color: #DFD3A1;
}
</style>
background-color css
<style>
a { background-color: #DFD3A1; }
a { background-color: rgb(223,211,161); }
div.DivClassName
{
background-color: #DFD3A1;
}
.BgClassName
{
background-color: #DFD3A1;
}
</style>
border-color css
<style>
span { border-color: #DFD3A1; }
span { border-color: rgb(223,211,161); }
td.TdClassName
{
border-color: #DFD3A1;
}
.TagClassName
{
border-color: #DFD3A1;
}
</style>