Shades of Sapling #DFD2AC
Tints of Sapling #DFD2AC
RGB
CMYK
RGB Variations
Color information
#DFD2AC (or 0xDFD2AC) is known color: Sapling. HEX triplet: DF, D2 and AC. RGB value is (223,210,172). Sum of RGB (Red+Green+Blue) = 223+210+172=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2AC is #202D53. Grayscale: #D1D1D1. Windows color (decimal): -2108756 or 11326175. OLE color: 11326175.
HSL color Cylindrical-coordinate representation of color #DFD2AC: hue angle of 44.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFD2AC is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 172 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.13 |
| HSL | 44.71º | 0.44% | 0.77% | - |
| HSV(B) | 44.71º | 0.23% | 0.87% | - |
| XYZ | 60.92 | 64.76 | 48.32 | - |
| YUV | 209.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 172 | 0 | 0.06 | 0.23 | 0.13 | 44.71 | 0.44 | 0.77 |
| Hex | DF | D2 | AC | 0 | 6 | 17 | D | 2D | 2C | 4D |
| Octal | 337 | 322 | 254 | 0 | 6 | 27 | 15 | 55 | 54 | 115 |
| Binary | 11011111 | 11010010 | 10101100 | 0 | 110 | 10111 | 1101 | 101101 | 101100 | 1001101 |
Color Harmonies of #DFD2AC
Complementary color
Monochromatic Colors of #DFD2AC
Black with #DFD2AC
Text Example
Text Example
White with #DFD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2AC; }
p { color: rgb(223,210,172); }
H1.HeaderClassName
{
color: #DFD2AC;
}
.AnyTagClassName
{
color: #DFD2AC;
}
</style>
background-color css
<style>
a { background-color: #DFD2AC; }
a { background-color: rgb(223,210,172); }
div.DivClassName
{
background-color: #DFD2AC;
}
.BgClassName
{
background-color: #DFD2AC;
}
</style>
border-color css
<style>
span { border-color: #DFD2AC; }
span { border-color: rgb(223,210,172); }
td.TdClassName
{
border-color: #DFD2AC;
}
.TagClassName
{
border-color: #DFD2AC;
}
</style>