Shades of Sapling #DFD4A6
Tints of Sapling #DFD4A6
RGB
CMYK
RGB Variations
Color information
#DFD4A6 (or 0xDFD4A6) is known color: Sapling. HEX triplet: DF, D4 and A6. RGB value is (223,212,166). Sum of RGB (Red+Green+Blue) = 223+212+166=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4A6 is #202B59. Grayscale: #D2D2D2. Windows color (decimal): -2108250 or 10933471. OLE color: 10933471.
HSL color Cylindrical-coordinate representation of color #DFD4A6: hue angle of 48.42º 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 #DFD4A6 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 166 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.13 |
| HSL | 48.42º | 0.47% | 0.76% | - |
| HSV(B) | 48.42º | 0.26% | 0.87% | - |
| XYZ | 60.86 | 65.53 | 45.52 | - |
| YUV | 210.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 166 | 0 | 0.05 | 0.26 | 0.13 | 48.42 | 0.47 | 0.76 |
| Hex | DF | D4 | A6 | 0 | 5 | 1A | D | 30 | 2F | 4C |
| Octal | 337 | 324 | 246 | 0 | 5 | 32 | 15 | 60 | 57 | 114 |
| Binary | 11011111 | 11010100 | 10100110 | 0 | 101 | 11010 | 1101 | 110000 | 101111 | 1001100 |
Color Harmonies of #DFD4A6
Complementary color
Monochromatic Colors of #DFD4A6
Black with #DFD4A6
Text Example
Text Example
White with #DFD4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4A6; }
p { color: rgb(223,212,166); }
H1.HeaderClassName
{
color: #DFD4A6;
}
.AnyTagClassName
{
color: #DFD4A6;
}
</style>
background-color css
<style>
a { background-color: #DFD4A6; }
a { background-color: rgb(223,212,166); }
div.DivClassName
{
background-color: #DFD4A6;
}
.BgClassName
{
background-color: #DFD4A6;
}
</style>
border-color css
<style>
span { border-color: #DFD4A6; }
span { border-color: rgb(223,212,166); }
td.TdClassName
{
border-color: #DFD4A6;
}
.TagClassName
{
border-color: #DFD4A6;
}
</style>