Shades of Sapling #DBCEA8
Tints of Sapling #DBCEA8
RGB
CMYK
RGB Variations
Color information
#DBCEA8 (or 0xDBCEA8) is known color: Sapling. HEX triplet: DB, CE and A8. RGB value is (219,206,168). Sum of RGB (Red+Green+Blue) = 219+206+168=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEA8 is #243157. Grayscale: #CDCDCD. Windows color (decimal): -2371928 or 11063003. OLE color: 11063003.
HSL color Cylindrical-coordinate representation of color #DBCEA8: hue angle of 44.71º 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 #DBCEA8 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 168 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.14 |
| HSL | 44.71º | 0.41% | 0.76% | - |
| HSV(B) | 44.71º | 0.23% | 0.86% | - |
| XYZ | 58.35 | 62.03 | 45.94 | - |
| YUV | 205.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 168 | 0 | 0.06 | 0.23 | 0.14 | 44.71 | 0.41 | 0.76 |
| Hex | DB | CE | A8 | 0 | 6 | 17 | E | 2D | 29 | 4C |
| Octal | 333 | 316 | 250 | 0 | 6 | 27 | 16 | 55 | 51 | 114 |
| Binary | 11011011 | 11001110 | 10101000 | 0 | 110 | 10111 | 1110 | 101101 | 101001 | 1001100 |
Color Harmonies of #DBCEA8
Complementary color
Monochromatic Colors of #DBCEA8
Black with #DBCEA8
Text Example
Text Example
White with #DBCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEA8; }
p { color: rgb(219,206,168); }
H1.HeaderClassName
{
color: #DBCEA8;
}
.AnyTagClassName
{
color: #DBCEA8;
}
</style>
background-color css
<style>
a { background-color: #DBCEA8; }
a { background-color: rgb(219,206,168); }
div.DivClassName
{
background-color: #DBCEA8;
}
.BgClassName
{
background-color: #DBCEA8;
}
</style>
border-color css
<style>
span { border-color: #DBCEA8; }
span { border-color: rgb(219,206,168); }
td.TdClassName
{
border-color: #DBCEA8;
}
.TagClassName
{
border-color: #DBCEA8;
}
</style>