Shades of Sapling #DBCDA7
Tints of Sapling #DBCDA7
RGB
CMYK
RGB Variations
Color information
#DBCDA7 (or 0xDBCDA7) is known color: Sapling. HEX triplet: DB, CD and A7. RGB value is (219,205,167). Sum of RGB (Red+Green+Blue) = 219+205+167=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDA7 is #243258. Grayscale: #CDCDCD. Windows color (decimal): -2372185 or 10997211. OLE color: 10997211.
HSL color Cylindrical-coordinate representation of color #DBCDA7: hue angle of 43.85º 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 #DBCDA7 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 167 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.14 |
| HSL | 43.85º | 0.42% | 0.76% | - |
| HSV(B) | 43.85º | 0.24% | 0.86% | - |
| XYZ | 58.02 | 61.51 | 45.37 | - |
| YUV | 204.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 167 | 0 | 0.06 | 0.24 | 0.14 | 43.85 | 0.42 | 0.76 |
| Hex | DB | CD | A7 | 0 | 6 | 18 | E | 2C | 2A | 4C |
| Octal | 333 | 315 | 247 | 0 | 6 | 30 | 16 | 54 | 52 | 114 |
| Binary | 11011011 | 11001101 | 10100111 | 0 | 110 | 11000 | 1110 | 101100 | 101010 | 1001100 |
Color Harmonies of #DBCDA7
Complementary color
Monochromatic Colors of #DBCDA7
Black with #DBCDA7
Text Example
Text Example
White with #DBCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDA7; }
p { color: rgb(219,205,167); }
H1.HeaderClassName
{
color: #DBCDA7;
}
.AnyTagClassName
{
color: #DBCDA7;
}
</style>
background-color css
<style>
a { background-color: #DBCDA7; }
a { background-color: rgb(219,205,167); }
div.DivClassName
{
background-color: #DBCDA7;
}
.BgClassName
{
background-color: #DBCDA7;
}
</style>
border-color css
<style>
span { border-color: #DBCDA7; }
span { border-color: rgb(219,205,167); }
td.TdClassName
{
border-color: #DBCDA7;
}
.TagClassName
{
border-color: #DBCDA7;
}
</style>