Shades of Sapling #DFD4B0
Tints of Sapling #DFD4B0
RGB
CMYK
RGB Variations
Color information
#DFD4B0 (or 0xDFD4B0) is known color: Sapling. HEX triplet: DF, D4 and B0. RGB value is (223,212,176). Sum of RGB (Red+Green+Blue) = 223+212+176=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4B0 is #202B4F. Grayscale: #D3D3D3. Windows color (decimal): -2108240 or 11588831. OLE color: 11588831.
HSL color Cylindrical-coordinate representation of color #DFD4B0: hue angle of 45.96º 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 #DFD4B0 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 176 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.13 |
| HSL | 45.96º | 0.42% | 0.78% | - |
| HSV(B) | 45.96º | 0.21% | 0.87% | - |
| XYZ | 61.81 | 65.91 | 50.54 | - |
| YUV | 211.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 176 | 0 | 0.05 | 0.21 | 0.13 | 45.96 | 0.42 | 0.78 |
| Hex | DF | D4 | B0 | 0 | 5 | 15 | D | 2E | 2A | 4E |
| Octal | 337 | 324 | 260 | 0 | 5 | 25 | 15 | 56 | 52 | 116 |
| Binary | 11011111 | 11010100 | 10110000 | 0 | 101 | 10101 | 1101 | 101110 | 101010 | 1001110 |
Color Harmonies of #DFD4B0
Complementary color
Monochromatic Colors of #DFD4B0
Black with #DFD4B0
Text Example
Text Example
White with #DFD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4B0; }
p { color: rgb(223,212,176); }
H1.HeaderClassName
{
color: #DFD4B0;
}
.AnyTagClassName
{
color: #DFD4B0;
}
</style>
background-color css
<style>
a { background-color: #DFD4B0; }
a { background-color: rgb(223,212,176); }
div.DivClassName
{
background-color: #DFD4B0;
}
.BgClassName
{
background-color: #DFD4B0;
}
</style>
border-color css
<style>
span { border-color: #DFD4B0; }
span { border-color: rgb(223,212,176); }
td.TdClassName
{
border-color: #DFD4B0;
}
.TagClassName
{
border-color: #DFD4B0;
}
</style>