Shades of Alto #DAC5C5
Tints of Alto #DAC5C5
RGB
CMYK
RGB Variations
Color information
#DAC5C5 (or 0xDAC5C5) is known color: Alto. HEX triplet: DA, C5 and C5. RGB value is (218,197,197). Sum of RGB (Red+Green+Blue) = 218+197+197=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5C5 is #253A3A. Grayscale: #CBCBCB. Windows color (decimal): -2439739 or 12961242. OLE color: 12961242.
HSL color Cylindrical-coordinate representation of color #DAC5C5: hue angle of 0º degrees, saturation: 0.22, 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 #DAC5C5 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 197 | 197 | - |
CMYK | 0 | 0.10 | 0.10 | 0.15 |
HSL | 0º | 0.22% | 0.81% | - |
HSV(B) | 0º | 0.1% | 0.85% | - |
XYZ | 58.96 | 58.87 | 61.08 | - |
YUV | 203.28 | 124.46 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 197 | 0 | 0.10 | 0.10 | 0.15 | 0 | 0.22 | 0.81 |
Hex | DA | C5 | C5 | 0 | A | A | F | 0 | 16 | 51 |
Octal | 332 | 305 | 305 | 0 | 12 | 12 | 17 | 0 | 26 | 121 |
Binary | 11011010 | 11000101 | 11000101 | 0 | 1010 | 1010 | 1111 | 0 | 10110 | 1010001 |
Color Harmonies of #DAC5C5
Complementary color
Monochromatic Colors of #DAC5C5
Black with #DAC5C5
Text Example
Text Example
White with #DAC5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5C5; }
p { color: rgb(218,197,197); }
H1.HeaderClassName
{
color: #DAC5C5;
}
.AnyTagClassName
{
color: #DAC5C5;
}
</style>
background-color css
<style>
a { background-color: #DAC5C5; }
a { background-color: rgb(218,197,197); }
div.DivClassName
{
background-color: #DAC5C5;
}
.BgClassName
{
background-color: #DAC5C5;
}
</style>
border-color css
<style>
span { border-color: #DAC5C5; }
span { border-color: rgb(218,197,197); }
td.TdClassName
{
border-color: #DAC5C5;
}
.TagClassName
{
border-color: #DAC5C5;
}
</style>