Shades of Alto #DAC4C4
Tints of Alto #DAC4C4
RGB
CMYK
RGB Variations
Color information
#DAC4C4 (or 0xDAC4C4) is known color: Alto. HEX triplet: DA, C4 and C4. RGB value is (218,196,196). Sum of RGB (Red+Green+Blue) = 218+196+196=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4C4 is #253B3B. Grayscale: #CACACA. Windows color (decimal): -2439996 or 12895450. OLE color: 12895450.
HSL color Cylindrical-coordinate representation of color #DAC4C4: hue angle of 0º 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 #DAC4C4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 196 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.15 |
| HSL | 0º | 0.23% | 0.81% | - |
| HSV(B) | 0º | 0.1% | 0.85% | - |
| XYZ | 58.62 | 58.37 | 60.4 | - |
| YUV | 202.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 196 | 0 | 0.10 | 0.10 | 0.15 | 0 | 0.23 | 0.81 |
| Hex | DA | C4 | C4 | 0 | A | A | F | 0 | 17 | 51 |
| Octal | 332 | 304 | 304 | 0 | 12 | 12 | 17 | 0 | 27 | 121 |
| Binary | 11011010 | 11000100 | 11000100 | 0 | 1010 | 1010 | 1111 | 0 | 10111 | 1010001 |
Color Harmonies of #DAC4C4
Complementary color
Monochromatic Colors of #DAC4C4
Black with #DAC4C4
Text Example
Text Example
White with #DAC4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4C4; }
p { color: rgb(218,196,196); }
H1.HeaderClassName
{
color: #DAC4C4;
}
.AnyTagClassName
{
color: #DAC4C4;
}
</style>
background-color css
<style>
a { background-color: #DAC4C4; }
a { background-color: rgb(218,196,196); }
div.DivClassName
{
background-color: #DAC4C4;
}
.BgClassName
{
background-color: #DAC4C4;
}
</style>
border-color css
<style>
span { border-color: #DAC4C4; }
span { border-color: rgb(218,196,196); }
td.TdClassName
{
border-color: #DAC4C4;
}
.TagClassName
{
border-color: #DAC4C4;
}
</style>