Shades of Sapling #DFD1AD
Tints of Sapling #DFD1AD
RGB
CMYK
RGB Variations
Color information
#DFD1AD (or 0xDFD1AD) is known color: Sapling. HEX triplet: DF, D1 and AD. RGB value is (223,209,173). Sum of RGB (Red+Green+Blue) = 223+209+173=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1AD is #202E52. Grayscale: #D1D1D1. Windows color (decimal): -2109011 or 11391455. OLE color: 11391455.
HSL color Cylindrical-coordinate representation of color #DFD1AD: hue angle of 43.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFD1AD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 173 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.13 |
| HSL | 43.2º | 0.44% | 0.78% | - |
| HSV(B) | 43.2º | 0.22% | 0.87% | - |
| XYZ | 60.77 | 64.31 | 48.74 | - |
| YUV | 209.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 173 | 0 | 0.06 | 0.22 | 0.13 | 43.2 | 0.44 | 0.78 |
| Hex | DF | D1 | AD | 0 | 6 | 16 | D | 2B | 2C | 4E |
| Octal | 337 | 321 | 255 | 0 | 6 | 26 | 15 | 53 | 54 | 116 |
| Binary | 11011111 | 11010001 | 10101101 | 0 | 110 | 10110 | 1101 | 101011 | 101100 | 1001110 |
Color Harmonies of #DFD1AD
Complementary color
Monochromatic Colors of #DFD1AD
Black with #DFD1AD
Text Example
Text Example
White with #DFD1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1AD; }
p { color: rgb(223,209,173); }
H1.HeaderClassName
{
color: #DFD1AD;
}
.AnyTagClassName
{
color: #DFD1AD;
}
</style>
background-color css
<style>
a { background-color: #DFD1AD; }
a { background-color: rgb(223,209,173); }
div.DivClassName
{
background-color: #DFD1AD;
}
.BgClassName
{
background-color: #DFD1AD;
}
</style>
border-color css
<style>
span { border-color: #DFD1AD; }
span { border-color: rgb(223,209,173); }
td.TdClassName
{
border-color: #DFD1AD;
}
.TagClassName
{
border-color: #DFD1AD;
}
</style>