Shades of Alto #DAC0C0
Tints of Alto #DAC0C0
RGB
CMYK
RGB Variations
Color information
#DAC0C0 (or 0xDAC0C0) is known color: Alto. HEX triplet: DA, C0 and C0. RGB value is (218,192,192). Sum of RGB (Red+Green+Blue) = 218+192+192=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0C0 is #253F3F. Grayscale: #C7C7C7. Windows color (decimal): -2441024 or 12632282. OLE color: 12632282.
HSL color Cylindrical-coordinate representation of color #DAC0C0: hue angle of 0º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0C0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 192 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.15 |
| HSL | 0º | 0.26% | 0.8% | - |
| HSV(B) | 0º | 0.12% | 0.85% | - |
| XYZ | 57.28 | 56.41 | 57.74 | - |
| YUV | 199.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 192 | 0 | 0.12 | 0.12 | 0.15 | 0 | 0.26 | 0.8 |
| Hex | DA | C0 | C0 | 0 | C | C | F | 0 | 1A | 50 |
| Octal | 332 | 300 | 300 | 0 | 14 | 14 | 17 | 0 | 32 | 120 |
| Binary | 11011010 | 11000000 | 11000000 | 0 | 1100 | 1100 | 1111 | 0 | 11010 | 1010000 |
Color Harmonies of #DAC0C0
Complementary color
Monochromatic Colors of #DAC0C0
Black with #DAC0C0
Text Example
Text Example
White with #DAC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0C0; }
p { color: rgb(218,192,192); }
H1.HeaderClassName
{
color: #DAC0C0;
}
.AnyTagClassName
{
color: #DAC0C0;
}
</style>
background-color css
<style>
a { background-color: #DAC0C0; }
a { background-color: rgb(218,192,192); }
div.DivClassName
{
background-color: #DAC0C0;
}
.BgClassName
{
background-color: #DAC0C0;
}
</style>
border-color css
<style>
span { border-color: #DAC0C0; }
span { border-color: rgb(218,192,192); }
td.TdClassName
{
border-color: #DAC0C0;
}
.TagClassName
{
border-color: #DAC0C0;
}
</style>