Shades of Alto #DAC5C4
Tints of Alto #DAC5C4
RGB
CMYK
RGB Variations
Color information
#DAC5C4 (or 0xDAC5C4) is known color: Alto. HEX triplet: DA, C5 and C4. RGB value is (218,197,196). Sum of RGB (Red+Green+Blue) = 218+197+196=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5C4 is #253A3B. Grayscale: #CBCBCB. Windows color (decimal): -2439740 or 12895706. OLE color: 12895706.
HSL color Cylindrical-coordinate representation of color #DAC5C4: hue angle of 2.73º 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 #DAC5C4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 196 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.15 |
| HSL | 2.73º | 0.23% | 0.81% | - |
| HSV(B) | 2.73º | 0.1% | 0.85% | - |
| XYZ | 58.84 | 58.82 | 60.48 | - |
| YUV | 203.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 196 | 0 | 0.10 | 0.10 | 0.15 | 2.73 | 0.23 | 0.81 |
| Hex | DA | C5 | C4 | 0 | A | A | F | 3 | 17 | 51 |
| Octal | 332 | 305 | 304 | 0 | 12 | 12 | 17 | 3 | 27 | 121 |
| Binary | 11011010 | 11000101 | 11000100 | 0 | 1010 | 1010 | 1111 | 11 | 10111 | 1010001 |
Color Harmonies of #DAC5C4
Complementary color
Monochromatic Colors of #DAC5C4
Black with #DAC5C4
Text Example
Text Example
White with #DAC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5C4; }
p { color: rgb(218,197,196); }
H1.HeaderClassName
{
color: #DAC5C4;
}
.AnyTagClassName
{
color: #DAC5C4;
}
</style>
background-color css
<style>
a { background-color: #DAC5C4; }
a { background-color: rgb(218,197,196); }
div.DivClassName
{
background-color: #DAC5C4;
}
.BgClassName
{
background-color: #DAC5C4;
}
</style>
border-color css
<style>
span { border-color: #DAC5C4; }
span { border-color: rgb(218,197,196); }
td.TdClassName
{
border-color: #DAC5C4;
}
.TagClassName
{
border-color: #DAC5C4;
}
</style>