Shades of Alto #DAC4C3
Tints of Alto #DAC4C3
RGB
CMYK
RGB Variations
Color information
#DAC4C3 (or 0xDAC4C3) is known color: Alto. HEX triplet: DA, C4 and C3. RGB value is (218,196,195). Sum of RGB (Red+Green+Blue) = 218+196+195=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4C3 is #253B3C. Grayscale: #CACACA. Windows color (decimal): -2439997 or 12829914. OLE color: 12829914.
HSL color Cylindrical-coordinate representation of color #DAC4C3: hue angle of 2.61º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC4C3 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 195 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.15 |
| HSL | 2.61º | 0.24% | 0.81% | - |
| HSV(B) | 2.61º | 0.11% | 0.85% | - |
| XYZ | 58.5 | 58.33 | 59.8 | - |
| YUV | 202.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 195 | 0 | 0.10 | 0.11 | 0.15 | 2.61 | 0.24 | 0.81 |
| Hex | DA | C4 | C3 | 0 | A | B | F | 3 | 18 | 51 |
| Octal | 332 | 304 | 303 | 0 | 12 | 13 | 17 | 3 | 30 | 121 |
| Binary | 11011010 | 11000100 | 11000011 | 0 | 1010 | 1011 | 1111 | 11 | 11000 | 1010001 |
Color Harmonies of #DAC4C3
Complementary color
Monochromatic Colors of #DAC4C3
Black with #DAC4C3
Text Example
Text Example
White with #DAC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4C3; }
p { color: rgb(218,196,195); }
H1.HeaderClassName
{
color: #DAC4C3;
}
.AnyTagClassName
{
color: #DAC4C3;
}
</style>
background-color css
<style>
a { background-color: #DAC4C3; }
a { background-color: rgb(218,196,195); }
div.DivClassName
{
background-color: #DAC4C3;
}
.BgClassName
{
background-color: #DAC4C3;
}
</style>
border-color css
<style>
span { border-color: #DAC4C3; }
span { border-color: rgb(218,196,195); }
td.TdClassName
{
border-color: #DAC4C3;
}
.TagClassName
{
border-color: #DAC4C3;
}
</style>