Shades of Sapling #DFD2A0
Tints of Sapling #DFD2A0
RGB
CMYK
RGB Variations
Color information
#DFD2A0 (or 0xDFD2A0) is known color: Sapling. HEX triplet: DF, D2 and A0. RGB value is (223,210,160). Sum of RGB (Red+Green+Blue) = 223+210+160=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2A0 is #202D5F. Grayscale: #D0D0D0. Windows color (decimal): -2108768 or 10539743. OLE color: 10539743.
HSL color Cylindrical-coordinate representation of color #DFD2A0: hue angle of 47.62º degrees, saturation: 0.5, 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 #DFD2A0 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 160 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.13 |
| HSL | 47.62º | 0.5% | 0.75% | - |
| HSV(B) | 47.62º | 0.28% | 0.87% | - |
| XYZ | 59.82 | 64.32 | 42.52 | - |
| YUV | 208.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 160 | 0 | 0.06 | 0.28 | 0.13 | 47.62 | 0.5 | 0.75 |
| Hex | DF | D2 | A0 | 0 | 6 | 1C | D | 30 | 32 | 4B |
| Octal | 337 | 322 | 240 | 0 | 6 | 34 | 15 | 60 | 62 | 113 |
| Binary | 11011111 | 11010010 | 10100000 | 0 | 110 | 11100 | 1101 | 110000 | 110010 | 1001011 |
Color Harmonies of #DFD2A0
Complementary color
Monochromatic Colors of #DFD2A0
Black with #DFD2A0
Text Example
Text Example
White with #DFD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2A0; }
p { color: rgb(223,210,160); }
H1.HeaderClassName
{
color: #DFD2A0;
}
.AnyTagClassName
{
color: #DFD2A0;
}
</style>
background-color css
<style>
a { background-color: #DFD2A0; }
a { background-color: rgb(223,210,160); }
div.DivClassName
{
background-color: #DFD2A0;
}
.BgClassName
{
background-color: #DFD2A0;
}
</style>
border-color css
<style>
span { border-color: #DFD2A0; }
span { border-color: rgb(223,210,160); }
td.TdClassName
{
border-color: #DFD2A0;
}
.TagClassName
{
border-color: #DFD2A0;
}
</style>