Shades of Sapling #DFD2A6
Tints of Sapling #DFD2A6
RGB
CMYK
RGB Variations
Color information
#DFD2A6 (or 0xDFD2A6) is known color: Sapling. HEX triplet: DF, D2 and A6. RGB value is (223,210,166). Sum of RGB (Red+Green+Blue) = 223+210+166=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2A6 is #202D59. Grayscale: #D1D1D1. Windows color (decimal): -2108762 or 10932959. OLE color: 10932959.
HSL color Cylindrical-coordinate representation of color #DFD2A6: hue angle of 46.32º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFD2A6 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 166 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.13 |
| HSL | 46.32º | 0.47% | 0.76% | - |
| HSV(B) | 46.32º | 0.26% | 0.87% | - |
| XYZ | 60.36 | 64.53 | 45.35 | - |
| YUV | 208.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 166 | 0 | 0.06 | 0.26 | 0.13 | 46.32 | 0.47 | 0.76 |
| Hex | DF | D2 | A6 | 0 | 6 | 1A | D | 2E | 2F | 4C |
| Octal | 337 | 322 | 246 | 0 | 6 | 32 | 15 | 56 | 57 | 114 |
| Binary | 11011111 | 11010010 | 10100110 | 0 | 110 | 11010 | 1101 | 101110 | 101111 | 1001100 |
Color Harmonies of #DFD2A6
Complementary color
Monochromatic Colors of #DFD2A6
Black with #DFD2A6
Text Example
Text Example
White with #DFD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2A6; }
p { color: rgb(223,210,166); }
H1.HeaderClassName
{
color: #DFD2A6;
}
.AnyTagClassName
{
color: #DFD2A6;
}
</style>
background-color css
<style>
a { background-color: #DFD2A6; }
a { background-color: rgb(223,210,166); }
div.DivClassName
{
background-color: #DFD2A6;
}
.BgClassName
{
background-color: #DFD2A6;
}
</style>
border-color css
<style>
span { border-color: #DFD2A6; }
span { border-color: rgb(223,210,166); }
td.TdClassName
{
border-color: #DFD2A6;
}
.TagClassName
{
border-color: #DFD2A6;
}
</style>