Shades of Sapling #DFD1A3
Tints of Sapling #DFD1A3
RGB
CMYK
RGB Variations
Color information
#DFD1A3 (or 0xDFD1A3) is known color: Sapling. HEX triplet: DF, D1 and A3. RGB value is (223,209,163). Sum of RGB (Red+Green+Blue) = 223+209+163=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1A3 is #202E5C. Grayscale: #D0D0D0. Windows color (decimal): -2109021 or 10736095. OLE color: 10736095.
HSL color Cylindrical-coordinate representation of color #DFD1A3: hue angle of 46º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFD1A3 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 163 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.13 |
| HSL | 46º | 0.48% | 0.76% | - |
| HSV(B) | 46º | 0.27% | 0.87% | - |
| XYZ | 59.84 | 63.93 | 43.84 | - |
| YUV | 207.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 163 | 0 | 0.06 | 0.27 | 0.13 | 46 | 0.48 | 0.76 |
| Hex | DF | D1 | A3 | 0 | 6 | 1B | D | 2E | 30 | 4C |
| Octal | 337 | 321 | 243 | 0 | 6 | 33 | 15 | 56 | 60 | 114 |
| Binary | 11011111 | 11010001 | 10100011 | 0 | 110 | 11011 | 1101 | 101110 | 110000 | 1001100 |
Color Harmonies of #DFD1A3
Complementary color
Monochromatic Colors of #DFD1A3
Black with #DFD1A3
Text Example
Text Example
White with #DFD1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1A3; }
p { color: rgb(223,209,163); }
H1.HeaderClassName
{
color: #DFD1A3;
}
.AnyTagClassName
{
color: #DFD1A3;
}
</style>
background-color css
<style>
a { background-color: #DFD1A3; }
a { background-color: rgb(223,209,163); }
div.DivClassName
{
background-color: #DFD1A3;
}
.BgClassName
{
background-color: #DFD1A3;
}
</style>
border-color css
<style>
span { border-color: #DFD1A3; }
span { border-color: rgb(223,209,163); }
td.TdClassName
{
border-color: #DFD1A3;
}
.TagClassName
{
border-color: #DFD1A3;
}
</style>