Shades of Sapling #DFD59C
Tints of Sapling #DFD59C
RGB
CMYK
RGB Variations
Color information
#DFD59C (or 0xDFD59C) is known color: Sapling. HEX triplet: DF, D5 and 9C. RGB value is (223,213,156). Sum of RGB (Red+Green+Blue) = 223+213+156=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD59C is #202A63. Grayscale: #D1D1D1. Windows color (decimal): -2108004 or 10278367. OLE color: 10278367.
HSL color Cylindrical-coordinate representation of color #DFD59C: hue angle of 51.04º 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 #DFD59C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 156 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.13 |
| HSL | 51.04º | 0.51% | 0.74% | - |
| HSV(B) | 51.04º | 0.3% | 0.87% | - |
| XYZ | 60.23 | 65.68 | 40.96 | - |
| YUV | 209.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 156 | 0 | 0.04 | 0.30 | 0.13 | 51.04 | 0.51 | 0.74 |
| Hex | DF | D5 | 9C | 0 | 4 | 1E | D | 33 | 33 | 4A |
| Octal | 337 | 325 | 234 | 0 | 4 | 36 | 15 | 63 | 63 | 112 |
| Binary | 11011111 | 11010101 | 10011100 | 0 | 100 | 11110 | 1101 | 110011 | 110011 | 1001010 |
Color Harmonies of #DFD59C
Complementary color
Monochromatic Colors of #DFD59C
Black with #DFD59C
Text Example
Text Example
White with #DFD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD59C; }
p { color: rgb(223,213,156); }
H1.HeaderClassName
{
color: #DFD59C;
}
.AnyTagClassName
{
color: #DFD59C;
}
</style>
background-color css
<style>
a { background-color: #DFD59C; }
a { background-color: rgb(223,213,156); }
div.DivClassName
{
background-color: #DFD59C;
}
.BgClassName
{
background-color: #DFD59C;
}
</style>
border-color css
<style>
span { border-color: #DFD59C; }
span { border-color: rgb(223,213,156); }
td.TdClassName
{
border-color: #DFD59C;
}
.TagClassName
{
border-color: #DFD59C;
}
</style>