Shades of Alto #DAC1BD
Tints of Alto #DAC1BD
RGB
CMYK
RGB Variations
Color information
#DAC1BD (or 0xDAC1BD) is known color: Alto. HEX triplet: DA, C1 and BD. RGB value is (218,193,189). Sum of RGB (Red+Green+Blue) = 218+193+189=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1BD is #253E42. Grayscale: #C8C8C8. Windows color (decimal): -2440771 or 12435930. OLE color: 12435930.
HSL color Cylindrical-coordinate representation of color #DAC1BD: hue angle of 8.28º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC1BD is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 189 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.15 |
| HSL | 8.28º | 0.28% | 0.8% | - |
| HSV(B) | 8.28º | 0.13% | 0.85% | - |
| XYZ | 57.17 | 56.72 | 56.08 | - |
| YUV | 200.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 189 | 0 | 0.11 | 0.13 | 0.15 | 8.28 | 0.28 | 0.8 |
| Hex | DA | C1 | BD | 0 | B | D | F | 8 | 1C | 50 |
| Octal | 332 | 301 | 275 | 0 | 13 | 15 | 17 | 10 | 34 | 120 |
| Binary | 11011010 | 11000001 | 10111101 | 0 | 1011 | 1101 | 1111 | 1000 | 11100 | 1010000 |
Color Harmonies of #DAC1BD
Complementary color
Monochromatic Colors of #DAC1BD
Black with #DAC1BD
Text Example
Text Example
White with #DAC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1BD; }
p { color: rgb(218,193,189); }
H1.HeaderClassName
{
color: #DAC1BD;
}
.AnyTagClassName
{
color: #DAC1BD;
}
</style>
background-color css
<style>
a { background-color: #DAC1BD; }
a { background-color: rgb(218,193,189); }
div.DivClassName
{
background-color: #DAC1BD;
}
.BgClassName
{
background-color: #DAC1BD;
}
</style>
border-color css
<style>
span { border-color: #DAC1BD; }
span { border-color: rgb(218,193,189); }
td.TdClassName
{
border-color: #DAC1BD;
}
.TagClassName
{
border-color: #DAC1BD;
}
</style>