Shades of Sapling #DFD49D
Tints of Sapling #DFD49D
RGB
CMYK
RGB Variations
Color information
#DFD49D (or 0xDFD49D) is known color: Sapling. HEX triplet: DF, D4 and 9D. RGB value is (223,212,157). Sum of RGB (Red+Green+Blue) = 223+212+157=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD49D is #202B62. Grayscale: #D1D1D1. Windows color (decimal): -2108259 or 10343647. OLE color: 10343647.
HSL color Cylindrical-coordinate representation of color #DFD49D: hue angle of 50º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFD49D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 157 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.13 |
| HSL | 50º | 0.51% | 0.75% | - |
| HSV(B) | 50º | 0.3% | 0.87% | - |
| XYZ | 60.06 | 65.21 | 41.32 | - |
| YUV | 209.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 157 | 0 | 0.05 | 0.30 | 0.13 | 50 | 0.51 | 0.75 |
| Hex | DF | D4 | 9D | 0 | 5 | 1E | D | 32 | 33 | 4B |
| Octal | 337 | 324 | 235 | 0 | 5 | 36 | 15 | 62 | 63 | 113 |
| Binary | 11011111 | 11010100 | 10011101 | 0 | 101 | 11110 | 1101 | 110010 | 110011 | 1001011 |
Color Harmonies of #DFD49D
Complementary color
Monochromatic Colors of #DFD49D
Black with #DFD49D
Text Example
Text Example
White with #DFD49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD49D; }
p { color: rgb(223,212,157); }
H1.HeaderClassName
{
color: #DFD49D;
}
.AnyTagClassName
{
color: #DFD49D;
}
</style>
background-color css
<style>
a { background-color: #DFD49D; }
a { background-color: rgb(223,212,157); }
div.DivClassName
{
background-color: #DFD49D;
}
.BgClassName
{
background-color: #DFD49D;
}
</style>
border-color css
<style>
span { border-color: #DFD49D; }
span { border-color: rgb(223,212,157); }
td.TdClassName
{
border-color: #DFD49D;
}
.TagClassName
{
border-color: #DFD49D;
}
</style>