Shades of Sapling #DBCEA7
Tints of Sapling #DBCEA7
RGB
CMYK
RGB Variations
Color information
#DBCEA7 (or 0xDBCEA7) is known color: Sapling. HEX triplet: DB, CE and A7. RGB value is (219,206,167). Sum of RGB (Red+Green+Blue) = 219+206+167=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEA7 is #243158. Grayscale: #CDCDCD. Windows color (decimal): -2371929 or 10997467. OLE color: 10997467.
HSL color Cylindrical-coordinate representation of color #DBCEA7: hue angle of 45º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBCEA7 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 167 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.14 |
| HSL | 45º | 0.42% | 0.76% | - |
| HSV(B) | 45º | 0.24% | 0.86% | - |
| XYZ | 58.26 | 61.99 | 45.45 | - |
| YUV | 205.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 167 | 0 | 0.06 | 0.24 | 0.14 | 45 | 0.42 | 0.76 |
| Hex | DB | CE | A7 | 0 | 6 | 18 | E | 2D | 2A | 4C |
| Octal | 333 | 316 | 247 | 0 | 6 | 30 | 16 | 55 | 52 | 114 |
| Binary | 11011011 | 11001110 | 10100111 | 0 | 110 | 11000 | 1110 | 101101 | 101010 | 1001100 |
Color Harmonies of #DBCEA7
Complementary color
Monochromatic Colors of #DBCEA7
Black with #DBCEA7
Text Example
Text Example
White with #DBCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEA7; }
p { color: rgb(219,206,167); }
H1.HeaderClassName
{
color: #DBCEA7;
}
.AnyTagClassName
{
color: #DBCEA7;
}
</style>
background-color css
<style>
a { background-color: #DBCEA7; }
a { background-color: rgb(219,206,167); }
div.DivClassName
{
background-color: #DBCEA7;
}
.BgClassName
{
background-color: #DBCEA7;
}
</style>
border-color css
<style>
span { border-color: #DBCEA7; }
span { border-color: rgb(219,206,167); }
td.TdClassName
{
border-color: #DBCEA7;
}
.TagClassName
{
border-color: #DBCEA7;
}
</style>