Shades of Sapling #DFD39D
Tints of Sapling #DFD39D
RGB
CMYK
RGB Variations
Color information
#DFD39D (or 0xDFD39D) is known color: Sapling. HEX triplet: DF, D3 and 9D. RGB value is (223,211,157). Sum of RGB (Red+Green+Blue) = 223+211+157=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD39D is #202C62. Grayscale: #D0D0D0. Windows color (decimal): -2108515 or 10343391. OLE color: 10343391.
HSL color Cylindrical-coordinate representation of color #DFD39D: hue angle of 49.09º 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 #DFD39D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 157 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.13 |
| HSL | 49.09º | 0.51% | 0.75% | - |
| HSV(B) | 49.09º | 0.3% | 0.87% | - |
| XYZ | 59.81 | 64.71 | 41.24 | - |
| YUV | 208.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 157 | 0 | 0.05 | 0.30 | 0.13 | 49.09 | 0.51 | 0.75 |
| Hex | DF | D3 | 9D | 0 | 5 | 1E | D | 31 | 33 | 4B |
| Octal | 337 | 323 | 235 | 0 | 5 | 36 | 15 | 61 | 63 | 113 |
| Binary | 11011111 | 11010011 | 10011101 | 0 | 101 | 11110 | 1101 | 110001 | 110011 | 1001011 |
Color Harmonies of #DFD39D
Complementary color
Monochromatic Colors of #DFD39D
Black with #DFD39D
Text Example
Text Example
White with #DFD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD39D; }
p { color: rgb(223,211,157); }
H1.HeaderClassName
{
color: #DFD39D;
}
.AnyTagClassName
{
color: #DFD39D;
}
</style>
background-color css
<style>
a { background-color: #DFD39D; }
a { background-color: rgb(223,211,157); }
div.DivClassName
{
background-color: #DFD39D;
}
.BgClassName
{
background-color: #DFD39D;
}
</style>
border-color css
<style>
span { border-color: #DFD39D; }
span { border-color: rgb(223,211,157); }
td.TdClassName
{
border-color: #DFD39D;
}
.TagClassName
{
border-color: #DFD39D;
}
</style>