Shades of Alto #DAC6C4
Tints of Alto #DAC6C4
RGB
CMYK
RGB Variations
Color information
#DAC6C4 (or 0xDAC6C4) is known color: Alto. HEX triplet: DA, C6 and C4. RGB value is (218,198,196). Sum of RGB (Red+Green+Blue) = 218+198+196=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6C4 is #25393B. Grayscale: #CBCBCB. Windows color (decimal): -2439484 or 12895962. OLE color: 12895962.
HSL color Cylindrical-coordinate representation of color #DAC6C4: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC6C4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 196 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.15 |
| HSL | 5.45º | 0.23% | 0.81% | - |
| HSV(B) | 5.45º | 0.1% | 0.85% | - |
| XYZ | 59.07 | 59.28 | 60.55 | - |
| YUV | 203.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 196 | 0 | 0.09 | 0.10 | 0.15 | 5.45 | 0.23 | 0.81 |
| Hex | DA | C6 | C4 | 0 | 9 | A | F | 5 | 17 | 51 |
| Octal | 332 | 306 | 304 | 0 | 11 | 12 | 17 | 5 | 27 | 121 |
| Binary | 11011010 | 11000110 | 11000100 | 0 | 1001 | 1010 | 1111 | 101 | 10111 | 1010001 |
Color Harmonies of #DAC6C4
Complementary color
Monochromatic Colors of #DAC6C4
Black with #DAC6C4
Text Example
Text Example
White with #DAC6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6C4; }
p { color: rgb(218,198,196); }
H1.HeaderClassName
{
color: #DAC6C4;
}
.AnyTagClassName
{
color: #DAC6C4;
}
</style>
background-color css
<style>
a { background-color: #DAC6C4; }
a { background-color: rgb(218,198,196); }
div.DivClassName
{
background-color: #DAC6C4;
}
.BgClassName
{
background-color: #DAC6C4;
}
</style>
border-color css
<style>
span { border-color: #DAC6C4; }
span { border-color: rgb(218,198,196); }
td.TdClassName
{
border-color: #DAC6C4;
}
.TagClassName
{
border-color: #DAC6C4;
}
</style>