Shades of Alto #DAC0BF
Tints of Alto #DAC0BF
RGB
CMYK
RGB Variations
Color information
#DAC0BF (or 0xDAC0BF) is known color: Alto. HEX triplet: DA, C0 and BF. RGB value is (218,192,191). Sum of RGB (Red+Green+Blue) = 218+192+191=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0BF is #253F40. Grayscale: #C7C7C7. Windows color (decimal): -2441025 or 12566746. OLE color: 12566746.
HSL color Cylindrical-coordinate representation of color #DAC0BF: hue angle of 2.22º degrees, saturation: 0.27, 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 #DAC0BF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 191 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.15 |
| HSL | 2.22º | 0.27% | 0.8% | - |
| HSV(B) | 2.22º | 0.12% | 0.85% | - |
| XYZ | 57.17 | 56.37 | 57.16 | - |
| YUV | 199.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 191 | 0 | 0.12 | 0.12 | 0.15 | 2.22 | 0.27 | 0.8 |
| Hex | DA | C0 | BF | 0 | C | C | F | 2 | 1B | 50 |
| Octal | 332 | 300 | 277 | 0 | 14 | 14 | 17 | 2 | 33 | 120 |
| Binary | 11011010 | 11000000 | 10111111 | 0 | 1100 | 1100 | 1111 | 10 | 11011 | 1010000 |
Color Harmonies of #DAC0BF
Complementary color
Monochromatic Colors of #DAC0BF
Black with #DAC0BF
Text Example
Text Example
White with #DAC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0BF; }
p { color: rgb(218,192,191); }
H1.HeaderClassName
{
color: #DAC0BF;
}
.AnyTagClassName
{
color: #DAC0BF;
}
</style>
background-color css
<style>
a { background-color: #DAC0BF; }
a { background-color: rgb(218,192,191); }
div.DivClassName
{
background-color: #DAC0BF;
}
.BgClassName
{
background-color: #DAC0BF;
}
</style>
border-color css
<style>
span { border-color: #DAC0BF; }
span { border-color: rgb(218,192,191); }
td.TdClassName
{
border-color: #DAC0BF;
}
.TagClassName
{
border-color: #DAC0BF;
}
</style>