Shades of Sapling #DBCDA8
Tints of Sapling #DBCDA8
RGB
CMYK
RGB Variations
Color information
#DBCDA8 (or 0xDBCDA8) is known color: Sapling. HEX triplet: DB, CD and A8. RGB value is (219,205,168). Sum of RGB (Red+Green+Blue) = 219+205+168=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDA8 is #243257. Grayscale: #CDCDCD. Windows color (decimal): -2372184 or 11062747. OLE color: 11062747.
HSL color Cylindrical-coordinate representation of color #DBCDA8: hue angle of 43.53º 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 #DBCDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 168 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.14 |
| HSL | 43.53º | 0.41% | 0.76% | - |
| HSV(B) | 43.53º | 0.23% | 0.86% | - |
| XYZ | 58.11 | 61.55 | 45.86 | - |
| YUV | 204.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 168 | 0 | 0.06 | 0.23 | 0.14 | 43.53 | 0.41 | 0.76 |
| Hex | DB | CD | A8 | 0 | 6 | 17 | E | 2C | 29 | 4C |
| Octal | 333 | 315 | 250 | 0 | 6 | 27 | 16 | 54 | 51 | 114 |
| Binary | 11011011 | 11001101 | 10101000 | 0 | 110 | 10111 | 1110 | 101100 | 101001 | 1001100 |
Color Harmonies of #DBCDA8
Complementary color
Monochromatic Colors of #DBCDA8
Black with #DBCDA8
Text Example
Text Example
White with #DBCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDA8; }
p { color: rgb(219,205,168); }
H1.HeaderClassName
{
color: #DBCDA8;
}
.AnyTagClassName
{
color: #DBCDA8;
}
</style>
background-color css
<style>
a { background-color: #DBCDA8; }
a { background-color: rgb(219,205,168); }
div.DivClassName
{
background-color: #DBCDA8;
}
.BgClassName
{
background-color: #DBCDA8;
}
</style>
border-color css
<style>
span { border-color: #DBCDA8; }
span { border-color: rgb(219,205,168); }
td.TdClassName
{
border-color: #DBCDA8;
}
.TagClassName
{
border-color: #DBCDA8;
}
</style>