Shades of Sapling #DBCFA8
Tints of Sapling #DBCFA8
RGB
CMYK
RGB Variations
Color information
#DBCFA8 (or 0xDBCFA8) is known color: Sapling. HEX triplet: DB, CF and A8. RGB value is (219,207,168). Sum of RGB (Red+Green+Blue) = 219+207+168=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFA8 is #243057. Grayscale: #CECECE. Windows color (decimal): -2371672 or 11063259. OLE color: 11063259.
HSL color Cylindrical-coordinate representation of color #DBCFA8: hue angle of 45.88º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBCFA8 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 168 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.14 |
| HSL | 45.88º | 0.41% | 0.76% | - |
| HSV(B) | 45.88º | 0.23% | 0.86% | - |
| XYZ | 58.59 | 62.51 | 46.02 | - |
| YUV | 206.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 168 | 0 | 0.05 | 0.23 | 0.14 | 45.88 | 0.41 | 0.76 |
| Hex | DB | CF | A8 | 0 | 5 | 17 | E | 2E | 29 | 4C |
| Octal | 333 | 317 | 250 | 0 | 5 | 27 | 16 | 56 | 51 | 114 |
| Binary | 11011011 | 11001111 | 10101000 | 0 | 101 | 10111 | 1110 | 101110 | 101001 | 1001100 |
Color Harmonies of #DBCFA8
Complementary color
Monochromatic Colors of #DBCFA8
Black with #DBCFA8
Text Example
Text Example
White with #DBCFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFA8; }
p { color: rgb(219,207,168); }
H1.HeaderClassName
{
color: #DBCFA8;
}
.AnyTagClassName
{
color: #DBCFA8;
}
</style>
background-color css
<style>
a { background-color: #DBCFA8; }
a { background-color: rgb(219,207,168); }
div.DivClassName
{
background-color: #DBCFA8;
}
.BgClassName
{
background-color: #DBCFA8;
}
</style>
border-color css
<style>
span { border-color: #DBCFA8; }
span { border-color: rgb(219,207,168); }
td.TdClassName
{
border-color: #DBCFA8;
}
.TagClassName
{
border-color: #DBCFA8;
}
</style>