Shades of Alto #DAC3C0
Tints of Alto #DAC3C0
RGB
CMYK
RGB Variations
Color information
#DAC3C0 (or 0xDAC3C0) is known color: Alto. HEX triplet: DA, C3 and C0. RGB value is (218,195,192). Sum of RGB (Red+Green+Blue) = 218+195+192=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3C0 is #253C3F. Grayscale: #C9C9C9. Windows color (decimal): -2440256 or 12633050. OLE color: 12633050.
HSL color Cylindrical-coordinate representation of color #DAC3C0: hue angle of 6.92º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC3C0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 195 | 192 | - |
CMYK | 0 | 0.11 | 0.12 | 0.15 |
HSL | 6.92º | 0.26% | 0.8% | - |
HSV(B) | 6.92º | 0.12% | 0.85% | - |
XYZ | 57.94 | 57.74 | 57.96 | - |
YUV | 201.54 | 122.62 | 139.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 195 | 192 | 0 | 0.11 | 0.12 | 0.15 | 6.92 | 0.26 | 0.8 |
Hex | DA | C3 | C0 | 0 | B | C | F | 7 | 1A | 50 |
Octal | 332 | 303 | 300 | 0 | 13 | 14 | 17 | 7 | 32 | 120 |
Binary | 11011010 | 11000011 | 11000000 | 0 | 1011 | 1100 | 1111 | 111 | 11010 | 1010000 |
Color Harmonies of #DAC3C0
Complementary color
Monochromatic Colors of #DAC3C0
Black with #DAC3C0
Text Example
Text Example
White with #DAC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3C0; }
p { color: rgb(218,195,192); }
H1.HeaderClassName
{
color: #DAC3C0;
}
.AnyTagClassName
{
color: #DAC3C0;
}
</style>
background-color css
<style>
a { background-color: #DAC3C0; }
a { background-color: rgb(218,195,192); }
div.DivClassName
{
background-color: #DAC3C0;
}
.BgClassName
{
background-color: #DAC3C0;
}
</style>
border-color css
<style>
span { border-color: #DAC3C0; }
span { border-color: rgb(218,195,192); }
td.TdClassName
{
border-color: #DAC3C0;
}
.TagClassName
{
border-color: #DAC3C0;
}
</style>