Shades of Sapling #DFD49C
Tints of Sapling #DFD49C
RGB
CMYK
RGB Variations
Color information
#DFD49C (or 0xDFD49C) is known color: Sapling. HEX triplet: DF, D4 and 9C. RGB value is (223,212,156). Sum of RGB (Red+Green+Blue) = 223+212+156=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD49C is #202B63. Grayscale: #D1D1D1. Windows color (decimal): -2108260 or 10278111. OLE color: 10278111.
HSL color Cylindrical-coordinate representation of color #DFD49C: hue angle of 50.15º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFD49C is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 156 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.13 |
| HSL | 50.15º | 0.51% | 0.74% | - |
| HSV(B) | 50.15º | 0.3% | 0.87% | - |
| XYZ | 59.98 | 65.18 | 40.87 | - |
| YUV | 208.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 156 | 0 | 0.05 | 0.30 | 0.13 | 50.15 | 0.51 | 0.74 |
| Hex | DF | D4 | 9C | 0 | 5 | 1E | D | 32 | 33 | 4A |
| Octal | 337 | 324 | 234 | 0 | 5 | 36 | 15 | 62 | 63 | 112 |
| Binary | 11011111 | 11010100 | 10011100 | 0 | 101 | 11110 | 1101 | 110010 | 110011 | 1001010 |
Color Harmonies of #DFD49C
Complementary color
Monochromatic Colors of #DFD49C
Black with #DFD49C
Text Example
Text Example
White with #DFD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD49C; }
p { color: rgb(223,212,156); }
H1.HeaderClassName
{
color: #DFD49C;
}
.AnyTagClassName
{
color: #DFD49C;
}
</style>
background-color css
<style>
a { background-color: #DFD49C; }
a { background-color: rgb(223,212,156); }
div.DivClassName
{
background-color: #DFD49C;
}
.BgClassName
{
background-color: #DFD49C;
}
</style>
border-color css
<style>
span { border-color: #DFD49C; }
span { border-color: rgb(223,212,156); }
td.TdClassName
{
border-color: #DFD49C;
}
.TagClassName
{
border-color: #DFD49C;
}
</style>