Shades of Alto #DBC0C0
Tints of Alto #DBC0C0
RGB
CMYK
RGB Variations
Color information
#DBC0C0 (or 0xDBC0C0) is known color: Alto. HEX triplet: DB, C0 and C0. RGB value is (219,192,192). Sum of RGB (Red+Green+Blue) = 219+192+192=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0C0 is #243F3F. Grayscale: #C8C8C8. Windows color (decimal): -2375488 or 12632283. OLE color: 12632283.
HSL color Cylindrical-coordinate representation of color #DBC0C0: hue angle of 0º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0C0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 192 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.14 |
| HSL | 0º | 0.27% | 0.81% | - |
| HSV(B) | 0º | 0.12% | 0.86% | - |
| XYZ | 57.58 | 56.57 | 57.75 | - |
| YUV | 200.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 192 | 0 | 0.12 | 0.12 | 0.14 | 0 | 0.27 | 0.81 |
| Hex | DB | C0 | C0 | 0 | C | C | E | 0 | 1B | 51 |
| Octal | 333 | 300 | 300 | 0 | 14 | 14 | 16 | 0 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11000000 | 0 | 1100 | 1100 | 1110 | 0 | 11011 | 1010001 |
Color Harmonies of #DBC0C0
Complementary color
Monochromatic Colors of #DBC0C0
Black with #DBC0C0
Text Example
Text Example
White with #DBC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0C0; }
p { color: rgb(219,192,192); }
H1.HeaderClassName
{
color: #DBC0C0;
}
.AnyTagClassName
{
color: #DBC0C0;
}
</style>
background-color css
<style>
a { background-color: #DBC0C0; }
a { background-color: rgb(219,192,192); }
div.DivClassName
{
background-color: #DBC0C0;
}
.BgClassName
{
background-color: #DBC0C0;
}
</style>
border-color css
<style>
span { border-color: #DBC0C0; }
span { border-color: rgb(219,192,192); }
td.TdClassName
{
border-color: #DBC0C0;
}
.TagClassName
{
border-color: #DBC0C0;
}
</style>