Shades of Alto #DBC4C0
Tints of Alto #DBC4C0
RGB
CMYK
RGB Variations
Color information
#DBC4C0 (or 0xDBC4C0) is known color: Alto. HEX triplet: DB, C4 and C0. RGB value is (219,196,192). Sum of RGB (Red+Green+Blue) = 219+196+192=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4C0 is #243B3F. Grayscale: #CACACA. Windows color (decimal): -2374464 or 12633307. OLE color: 12633307.
HSL color Cylindrical-coordinate representation of color #DBC4C0: hue angle of 8.89º 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 #DBC4C0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 192 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.14 |
| HSL | 8.89º | 0.27% | 0.81% | - |
| HSV(B) | 8.89º | 0.12% | 0.86% | - |
| XYZ | 58.47 | 58.35 | 58.05 | - |
| YUV | 202.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 192 | 0 | 0.11 | 0.12 | 0.14 | 8.89 | 0.27 | 0.81 |
| Hex | DB | C4 | C0 | 0 | B | C | E | 9 | 1B | 51 |
| Octal | 333 | 304 | 300 | 0 | 13 | 14 | 16 | 11 | 33 | 121 |
| Binary | 11011011 | 11000100 | 11000000 | 0 | 1011 | 1100 | 1110 | 1001 | 11011 | 1010001 |
Color Harmonies of #DBC4C0
Complementary color
Monochromatic Colors of #DBC4C0
Black with #DBC4C0
Text Example
Text Example
White with #DBC4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4C0; }
p { color: rgb(219,196,192); }
H1.HeaderClassName
{
color: #DBC4C0;
}
.AnyTagClassName
{
color: #DBC4C0;
}
</style>
background-color css
<style>
a { background-color: #DBC4C0; }
a { background-color: rgb(219,196,192); }
div.DivClassName
{
background-color: #DBC4C0;
}
.BgClassName
{
background-color: #DBC4C0;
}
</style>
border-color css
<style>
span { border-color: #DBC4C0; }
span { border-color: rgb(219,196,192); }
td.TdClassName
{
border-color: #DBC4C0;
}
.TagClassName
{
border-color: #DBC4C0;
}
</style>