Shades of Sapling #DFD2AB
Tints of Sapling #DFD2AB
RGB
CMYK
RGB Variations
Color information
#DFD2AB (or 0xDFD2AB) is known color: Sapling. HEX triplet: DF, D2 and AB. RGB value is (223,210,171). Sum of RGB (Red+Green+Blue) = 223+210+171=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2AB is #202D54. Grayscale: #D1D1D1. Windows color (decimal): -2108757 or 11260639. OLE color: 11260639.
HSL color Cylindrical-coordinate representation of color #DFD2AB: hue angle of 45º degrees, saturation: 0.45, 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 #DFD2AB is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 171 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.13 |
| HSL | 45º | 0.45% | 0.77% | - |
| HSV(B) | 45º | 0.23% | 0.87% | - |
| XYZ | 60.83 | 64.72 | 47.81 | - |
| YUV | 209.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 171 | 0 | 0.06 | 0.23 | 0.13 | 45 | 0.45 | 0.77 |
| Hex | DF | D2 | AB | 0 | 6 | 17 | D | 2D | 2D | 4D |
| Octal | 337 | 322 | 253 | 0 | 6 | 27 | 15 | 55 | 55 | 115 |
| Binary | 11011111 | 11010010 | 10101011 | 0 | 110 | 10111 | 1101 | 101101 | 101101 | 1001101 |
Color Harmonies of #DFD2AB
Complementary color
Monochromatic Colors of #DFD2AB
Black with #DFD2AB
Text Example
Text Example
White with #DFD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2AB; }
p { color: rgb(223,210,171); }
H1.HeaderClassName
{
color: #DFD2AB;
}
.AnyTagClassName
{
color: #DFD2AB;
}
</style>
background-color css
<style>
a { background-color: #DFD2AB; }
a { background-color: rgb(223,210,171); }
div.DivClassName
{
background-color: #DFD2AB;
}
.BgClassName
{
background-color: #DFD2AB;
}
</style>
border-color css
<style>
span { border-color: #DFD2AB; }
span { border-color: rgb(223,210,171); }
td.TdClassName
{
border-color: #DFD2AB;
}
.TagClassName
{
border-color: #DFD2AB;
}
</style>