Shades of Sapling #DFD2A1
Tints of Sapling #DFD2A1
RGB
CMYK
RGB Variations
Color information
#DFD2A1 (or 0xDFD2A1) is known color: Sapling. HEX triplet: DF, D2 and A1. RGB value is (223,210,161). Sum of RGB (Red+Green+Blue) = 223+210+161=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2A1 is #202D5E. Grayscale: #D0D0D0. Windows color (decimal): -2108767 or 10605279. OLE color: 10605279.
HSL color Cylindrical-coordinate representation of color #DFD2A1: hue angle of 47.42º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFD2A1 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 161 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.13 |
| HSL | 47.42º | 0.49% | 0.75% | - |
| HSV(B) | 47.42º | 0.28% | 0.87% | - |
| XYZ | 59.91 | 64.35 | 42.98 | - |
| YUV | 208.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 161 | 0 | 0.06 | 0.28 | 0.13 | 47.42 | 0.49 | 0.75 |
| Hex | DF | D2 | A1 | 0 | 6 | 1C | D | 2F | 31 | 4B |
| Octal | 337 | 322 | 241 | 0 | 6 | 34 | 15 | 57 | 61 | 113 |
| Binary | 11011111 | 11010010 | 10100001 | 0 | 110 | 11100 | 1101 | 101111 | 110001 | 1001011 |
Color Harmonies of #DFD2A1
Complementary color
Monochromatic Colors of #DFD2A1
Black with #DFD2A1
Text Example
Text Example
White with #DFD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2A1; }
p { color: rgb(223,210,161); }
H1.HeaderClassName
{
color: #DFD2A1;
}
.AnyTagClassName
{
color: #DFD2A1;
}
</style>
background-color css
<style>
a { background-color: #DFD2A1; }
a { background-color: rgb(223,210,161); }
div.DivClassName
{
background-color: #DFD2A1;
}
.BgClassName
{
background-color: #DFD2A1;
}
</style>
border-color css
<style>
span { border-color: #DFD2A1; }
span { border-color: rgb(223,210,161); }
td.TdClassName
{
border-color: #DFD2A1;
}
.TagClassName
{
border-color: #DFD2A1;
}
</style>