Shades of Sapling #DFD5B0
Tints of Sapling #DFD5B0
RGB
CMYK
RGB Variations
Color information
#DFD5B0 (or 0xDFD5B0) is known color: Sapling. HEX triplet: DF, D5 and B0. RGB value is (223,213,176). Sum of RGB (Red+Green+Blue) = 223+213+176=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5B0 is #202A4F. Grayscale: #D3D3D3. Windows color (decimal): -2107984 or 11589087. OLE color: 11589087.
HSL color Cylindrical-coordinate representation of color #DFD5B0: hue angle of 47.23º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFD5B0 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 176 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.13 |
| HSL | 47.23º | 0.42% | 0.78% | - |
| HSV(B) | 47.23º | 0.21% | 0.87% | - |
| XYZ | 62.06 | 66.41 | 50.62 | - |
| YUV | 211.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 176 | 0 | 0.04 | 0.21 | 0.13 | 47.23 | 0.42 | 0.78 |
| Hex | DF | D5 | B0 | 0 | 4 | 15 | D | 2F | 2A | 4E |
| Octal | 337 | 325 | 260 | 0 | 4 | 25 | 15 | 57 | 52 | 116 |
| Binary | 11011111 | 11010101 | 10110000 | 0 | 100 | 10101 | 1101 | 101111 | 101010 | 1001110 |
Color Harmonies of #DFD5B0
Complementary color
Monochromatic Colors of #DFD5B0
Black with #DFD5B0
Text Example
Text Example
White with #DFD5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5B0; }
p { color: rgb(223,213,176); }
H1.HeaderClassName
{
color: #DFD5B0;
}
.AnyTagClassName
{
color: #DFD5B0;
}
</style>
background-color css
<style>
a { background-color: #DFD5B0; }
a { background-color: rgb(223,213,176); }
div.DivClassName
{
background-color: #DFD5B0;
}
.BgClassName
{
background-color: #DFD5B0;
}
</style>
border-color css
<style>
span { border-color: #DFD5B0; }
span { border-color: rgb(223,213,176); }
td.TdClassName
{
border-color: #DFD5B0;
}
.TagClassName
{
border-color: #DFD5B0;
}
</style>