Shades of Alto #DAC7C4
Tints of Alto #DAC7C4
RGB
CMYK
RGB Variations
Color information
#DAC7C4 (or 0xDAC7C4) is known color: Alto. HEX triplet: DA, C7 and C4. RGB value is (218,199,196). Sum of RGB (Red+Green+Blue) = 218+199+196=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7C4 is #25383B. Grayscale: #CCCCCC. Windows color (decimal): -2439228 or 12896218. OLE color: 12896218.
HSL color Cylindrical-coordinate representation of color #DAC7C4: hue angle of 8.18º 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 #DAC7C4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 196 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.15 |
| HSL | 8.18º | 0.23% | 0.81% | - |
| HSV(B) | 8.18º | 0.1% | 0.85% | - |
| XYZ | 59.3 | 59.74 | 60.63 | - |
| YUV | 204.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 196 | 0 | 0.09 | 0.10 | 0.15 | 8.18 | 0.23 | 0.81 |
| Hex | DA | C7 | C4 | 0 | 9 | A | F | 8 | 17 | 51 |
| Octal | 332 | 307 | 304 | 0 | 11 | 12 | 17 | 10 | 27 | 121 |
| Binary | 11011010 | 11000111 | 11000100 | 0 | 1001 | 1010 | 1111 | 1000 | 10111 | 1010001 |
Color Harmonies of #DAC7C4
Complementary color
Monochromatic Colors of #DAC7C4
Black with #DAC7C4
Text Example
Text Example
White with #DAC7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7C4; }
p { color: rgb(218,199,196); }
H1.HeaderClassName
{
color: #DAC7C4;
}
.AnyTagClassName
{
color: #DAC7C4;
}
</style>
background-color css
<style>
a { background-color: #DAC7C4; }
a { background-color: rgb(218,199,196); }
div.DivClassName
{
background-color: #DAC7C4;
}
.BgClassName
{
background-color: #DAC7C4;
}
</style>
border-color css
<style>
span { border-color: #DAC7C4; }
span { border-color: rgb(218,199,196); }
td.TdClassName
{
border-color: #DAC7C4;
}
.TagClassName
{
border-color: #DAC7C4;
}
</style>