Shades of Alto #DAC8C7
Tints of Alto #DAC8C7
RGB
CMYK
RGB Variations
Color information
#DAC8C7 (or 0xDAC8C7) is known color: Alto. HEX triplet: DA, C8 and C7. RGB value is (218,200,199). Sum of RGB (Red+Green+Blue) = 218+200+199=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C7 is #253738. Grayscale: #CDCDCD. Windows color (decimal): -2438969 or 13093082. OLE color: 13093082.
HSL color Cylindrical-coordinate representation of color #DAC8C7: hue angle of 3.16º 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 #DAC8C7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 200 | 199 | - |
CMYK | 0 | 0.08 | 0.09 | 0.15 |
HSL | 3.16º | 0.2% | 0.82% | - |
HSV(B) | 3.16º | 0.09% | 0.85% | - |
XYZ | 59.88 | 60.34 | 62.52 | - |
YUV | 205.27 | 124.46 | 137.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 200 | 199 | 0 | 0.08 | 0.09 | 0.15 | 3.16 | 0.2 | 0.82 |
Hex | DA | C8 | C7 | 0 | 8 | 9 | F | 3 | 14 | 52 |
Octal | 332 | 310 | 307 | 0 | 10 | 11 | 17 | 3 | 24 | 122 |
Binary | 11011010 | 11001000 | 11000111 | 0 | 1000 | 1001 | 1111 | 11 | 10100 | 1010010 |
Color Harmonies of #DAC8C7
Complementary color
Monochromatic Colors of #DAC8C7
Black with #DAC8C7
Text Example
Text Example
White with #DAC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8C7; }
p { color: rgb(218,200,199); }
H1.HeaderClassName
{
color: #DAC8C7;
}
.AnyTagClassName
{
color: #DAC8C7;
}
</style>
background-color css
<style>
a { background-color: #DAC8C7; }
a { background-color: rgb(218,200,199); }
div.DivClassName
{
background-color: #DAC8C7;
}
.BgClassName
{
background-color: #DAC8C7;
}
</style>
border-color css
<style>
span { border-color: #DAC8C7; }
span { border-color: rgb(218,200,199); }
td.TdClassName
{
border-color: #DAC8C7;
}
.TagClassName
{
border-color: #DAC8C7;
}
</style>