Shades of Sapling #DBCDA6
Tints of Sapling #DBCDA6
RGB
CMYK
RGB Variations
Color information
#DBCDA6 (or 0xDBCDA6) is known color: Sapling. HEX triplet: DB, CD and A6. RGB value is (219,205,166). Sum of RGB (Red+Green+Blue) = 219+205+166=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDA6 is #243259. Grayscale: #CCCCCC. Windows color (decimal): -2372186 or 10931675. OLE color: 10931675.
HSL color Cylindrical-coordinate representation of color #DBCDA6: hue angle of 44.15º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBCDA6 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 166 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.14 |
| HSL | 44.15º | 0.42% | 0.75% | - |
| HSV(B) | 44.15º | 0.24% | 0.86% | - |
| XYZ | 57.93 | 61.48 | 44.89 | - |
| YUV | 204.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 166 | 0 | 0.06 | 0.24 | 0.14 | 44.15 | 0.42 | 0.75 |
| Hex | DB | CD | A6 | 0 | 6 | 18 | E | 2C | 2A | 4B |
| Octal | 333 | 315 | 246 | 0 | 6 | 30 | 16 | 54 | 52 | 113 |
| Binary | 11011011 | 11001101 | 10100110 | 0 | 110 | 11000 | 1110 | 101100 | 101010 | 1001011 |
Color Harmonies of #DBCDA6
Complementary color
Monochromatic Colors of #DBCDA6
Black with #DBCDA6
Text Example
Text Example
White with #DBCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDA6; }
p { color: rgb(219,205,166); }
H1.HeaderClassName
{
color: #DBCDA6;
}
.AnyTagClassName
{
color: #DBCDA6;
}
</style>
background-color css
<style>
a { background-color: #DBCDA6; }
a { background-color: rgb(219,205,166); }
div.DivClassName
{
background-color: #DBCDA6;
}
.BgClassName
{
background-color: #DBCDA6;
}
</style>
border-color css
<style>
span { border-color: #DBCDA6; }
span { border-color: rgb(219,205,166); }
td.TdClassName
{
border-color: #DBCDA6;
}
.TagClassName
{
border-color: #DBCDA6;
}
</style>