Shades of Alto #DBC0BF
Tints of Alto #DBC0BF
RGB
CMYK
RGB Variations
Color information
#DBC0BF (or 0xDBC0BF) is known color: Alto. HEX triplet: DB, C0 and BF. RGB value is (219,192,191). Sum of RGB (Red+Green+Blue) = 219+192+191=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0BF is #243F40. Grayscale: #C7C7C7. Windows color (decimal): -2375489 or 12566747. OLE color: 12566747.
HSL color Cylindrical-coordinate representation of color #DBC0BF: hue angle of 2.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC0BF is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 191 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.14 |
| HSL | 2.14º | 0.28% | 0.8% | - |
| HSV(B) | 2.14º | 0.13% | 0.86% | - |
| XYZ | 57.47 | 56.52 | 57.17 | - |
| YUV | 199.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 191 | 0 | 0.12 | 0.13 | 0.14 | 2.14 | 0.28 | 0.8 |
| Hex | DB | C0 | BF | 0 | C | D | E | 2 | 1C | 50 |
| Octal | 333 | 300 | 277 | 0 | 14 | 15 | 16 | 2 | 34 | 120 |
| Binary | 11011011 | 11000000 | 10111111 | 0 | 1100 | 1101 | 1110 | 10 | 11100 | 1010000 |
Color Harmonies of #DBC0BF
Complementary color
Monochromatic Colors of #DBC0BF
Black with #DBC0BF
Text Example
Text Example
White with #DBC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0BF; }
p { color: rgb(219,192,191); }
H1.HeaderClassName
{
color: #DBC0BF;
}
.AnyTagClassName
{
color: #DBC0BF;
}
</style>
background-color css
<style>
a { background-color: #DBC0BF; }
a { background-color: rgb(219,192,191); }
div.DivClassName
{
background-color: #DBC0BF;
}
.BgClassName
{
background-color: #DBC0BF;
}
</style>
border-color css
<style>
span { border-color: #DBC0BF; }
span { border-color: rgb(219,192,191); }
td.TdClassName
{
border-color: #DBC0BF;
}
.TagClassName
{
border-color: #DBC0BF;
}
</style>