Shades of Sapling #DFD2AD
Tints of Sapling #DFD2AD
RGB
CMYK
RGB Variations
Color information
#DFD2AD (or 0xDFD2AD) is known color: Sapling. HEX triplet: DF, D2 and AD. RGB value is (223,210,173). Sum of RGB (Red+Green+Blue) = 223+210+173=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2AD is #202D52. Grayscale: #D1D1D1. Windows color (decimal): -2108755 or 11391711. OLE color: 11391711.
HSL color Cylindrical-coordinate representation of color #DFD2AD: hue angle of 44.4º 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 #DFD2AD is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 173 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.13 |
| HSL | 44.4º | 0.44% | 0.78% | - |
| HSV(B) | 44.4º | 0.22% | 0.87% | - |
| XYZ | 61.02 | 64.8 | 48.83 | - |
| YUV | 209.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 173 | 0 | 0.06 | 0.22 | 0.13 | 44.4 | 0.44 | 0.78 |
| Hex | DF | D2 | AD | 0 | 6 | 16 | D | 2C | 2C | 4E |
| Octal | 337 | 322 | 255 | 0 | 6 | 26 | 15 | 54 | 54 | 116 |
| Binary | 11011111 | 11010010 | 10101101 | 0 | 110 | 10110 | 1101 | 101100 | 101100 | 1001110 |
Color Harmonies of #DFD2AD
Complementary color
Monochromatic Colors of #DFD2AD
Black with #DFD2AD
Text Example
Text Example
White with #DFD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2AD; }
p { color: rgb(223,210,173); }
H1.HeaderClassName
{
color: #DFD2AD;
}
.AnyTagClassName
{
color: #DFD2AD;
}
</style>
background-color css
<style>
a { background-color: #DFD2AD; }
a { background-color: rgb(223,210,173); }
div.DivClassName
{
background-color: #DFD2AD;
}
.BgClassName
{
background-color: #DFD2AD;
}
</style>
border-color css
<style>
span { border-color: #DFD2AD; }
span { border-color: rgb(223,210,173); }
td.TdClassName
{
border-color: #DFD2AD;
}
.TagClassName
{
border-color: #DFD2AD;
}
</style>