Shades of Sapling #DFD3AC
Tints of Sapling #DFD3AC
RGB
CMYK
RGB Variations
Color information
#DFD3AC (or 0xDFD3AC) is known color: Sapling. HEX triplet: DF, D3 and AC. RGB value is (223,211,172). Sum of RGB (Red+Green+Blue) = 223+211+172=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AC is #202C53. Grayscale: #D2D2D2. Windows color (decimal): -2108500 or 11326431. OLE color: 11326431.
HSL color Cylindrical-coordinate representation of color #DFD3AC: hue angle of 45.88º 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 #DFD3AC is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 172 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.13 |
| HSL | 45.88º | 0.44% | 0.77% | - |
| HSV(B) | 45.88º | 0.23% | 0.87% | - |
| XYZ | 61.17 | 65.26 | 48.4 | - |
| YUV | 210.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 172 | 0 | 0.05 | 0.23 | 0.13 | 45.88 | 0.44 | 0.77 |
| Hex | DF | D3 | AC | 0 | 5 | 17 | D | 2E | 2C | 4D |
| Octal | 337 | 323 | 254 | 0 | 5 | 27 | 15 | 56 | 54 | 115 |
| Binary | 11011111 | 11010011 | 10101100 | 0 | 101 | 10111 | 1101 | 101110 | 101100 | 1001101 |
Color Harmonies of #DFD3AC
Complementary color
Monochromatic Colors of #DFD3AC
Black with #DFD3AC
Text Example
Text Example
White with #DFD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3AC; }
p { color: rgb(223,211,172); }
H1.HeaderClassName
{
color: #DFD3AC;
}
.AnyTagClassName
{
color: #DFD3AC;
}
</style>
background-color css
<style>
a { background-color: #DFD3AC; }
a { background-color: rgb(223,211,172); }
div.DivClassName
{
background-color: #DFD3AC;
}
.BgClassName
{
background-color: #DFD3AC;
}
</style>
border-color css
<style>
span { border-color: #DFD3AC; }
span { border-color: rgb(223,211,172); }
td.TdClassName
{
border-color: #DFD3AC;
}
.TagClassName
{
border-color: #DFD3AC;
}
</style>