Shades of Alto #DAC9C7
Tints of Alto #DAC9C7
RGB
CMYK
RGB Variations
Color information
#DAC9C7 (or 0xDAC9C7) is known color: Alto. HEX triplet: DA, C9 and C7. RGB value is (218,201,199). Sum of RGB (Red+Green+Blue) = 218+201+199=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9C7 is #253638. Grayscale: #CDCDCD. Windows color (decimal): -2438713 or 13093338. OLE color: 13093338.
HSL color Cylindrical-coordinate representation of color #DAC9C7: hue angle of 6.32º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC9C7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 199 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.15 |
| HSL | 6.32º | 0.2% | 0.82% | - |
| HSV(B) | 6.32º | 0.09% | 0.85% | - |
| XYZ | 60.11 | 60.8 | 62.6 | - |
| YUV | 205.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 199 | 0 | 0.08 | 0.09 | 0.15 | 6.32 | 0.2 | 0.82 |
| Hex | DA | C9 | C7 | 0 | 8 | 9 | F | 6 | 14 | 52 |
| Octal | 332 | 311 | 307 | 0 | 10 | 11 | 17 | 6 | 24 | 122 |
| Binary | 11011010 | 11001001 | 11000111 | 0 | 1000 | 1001 | 1111 | 110 | 10100 | 1010010 |
Color Harmonies of #DAC9C7
Complementary color
Monochromatic Colors of #DAC9C7
Black with #DAC9C7
Text Example
Text Example
White with #DAC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9C7; }
p { color: rgb(218,201,199); }
H1.HeaderClassName
{
color: #DAC9C7;
}
.AnyTagClassName
{
color: #DAC9C7;
}
</style>
background-color css
<style>
a { background-color: #DAC9C7; }
a { background-color: rgb(218,201,199); }
div.DivClassName
{
background-color: #DAC9C7;
}
.BgClassName
{
background-color: #DAC9C7;
}
</style>
border-color css
<style>
span { border-color: #DAC9C7; }
span { border-color: rgb(218,201,199); }
td.TdClassName
{
border-color: #DAC9C7;
}
.TagClassName
{
border-color: #DAC9C7;
}
</style>