Shades of Sapling #DBCFAA
Tints of Sapling #DBCFAA
RGB
CMYK
RGB Variations
Color information
#DBCFAA (or 0xDBCFAA) is known color: Sapling. HEX triplet: DB, CF and AA. RGB value is (219,207,170). Sum of RGB (Red+Green+Blue) = 219+207+170=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCFAA is #243055. Grayscale: #CECECE. Windows color (decimal): -2371670 or 11194331. OLE color: 11194331.
HSL color Cylindrical-coordinate representation of color #DBCFAA: hue angle of 45.31º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBCFAA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 170 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.14 |
| HSL | 45.31º | 0.4% | 0.76% | - |
| HSV(B) | 45.31º | 0.22% | 0.86% | - |
| XYZ | 58.78 | 62.59 | 47.01 | - |
| YUV | 206.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 170 | 0 | 0.05 | 0.22 | 0.14 | 45.31 | 0.4 | 0.76 |
| Hex | DB | CF | AA | 0 | 5 | 16 | E | 2D | 28 | 4C |
| Octal | 333 | 317 | 252 | 0 | 5 | 26 | 16 | 55 | 50 | 114 |
| Binary | 11011011 | 11001111 | 10101010 | 0 | 101 | 10110 | 1110 | 101101 | 101000 | 1001100 |
Color Harmonies of #DBCFAA
Complementary color
Monochromatic Colors of #DBCFAA
Black with #DBCFAA
Text Example
Text Example
White with #DBCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFAA; }
p { color: rgb(219,207,170); }
H1.HeaderClassName
{
color: #DBCFAA;
}
.AnyTagClassName
{
color: #DBCFAA;
}
</style>
background-color css
<style>
a { background-color: #DBCFAA; }
a { background-color: rgb(219,207,170); }
div.DivClassName
{
background-color: #DBCFAA;
}
.BgClassName
{
background-color: #DBCFAA;
}
</style>
border-color css
<style>
span { border-color: #DBCFAA; }
span { border-color: rgb(219,207,170); }
td.TdClassName
{
border-color: #DBCFAA;
}
.TagClassName
{
border-color: #DBCFAA;
}
</style>