Shades of Alto #D9C6C2
Tints of Alto #D9C6C2
RGB
CMYK
RGB Variations
Color information
#D9C6C2 (or 0xD9C6C2) is known color: Alto. HEX triplet: D9, C6 and C2. RGB value is (217,198,194). Sum of RGB (Red+Green+Blue) = 217+198+194=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6C2 is #26393D. Grayscale: #CBCBCB. Windows color (decimal): -2505022 or 12764889. OLE color: 12764889.
HSL color Cylindrical-coordinate representation of color #D9C6C2: hue angle of 10.43º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C6C2 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 198 | 194 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.15 |
| HSL | 10.43º | 0.23% | 0.81% | - |
| HSV(B) | 10.43º | 0.11% | 0.85% | - |
| XYZ | 58.55 | 59.03 | 59.35 | - |
| YUV | 203.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 198 | 194 | 0 | 0.09 | 0.11 | 0.15 | 10.43 | 0.23 | 0.81 |
| Hex | D9 | C6 | C2 | 0 | 9 | B | F | A | 17 | 51 |
| Octal | 331 | 306 | 302 | 0 | 11 | 13 | 17 | 12 | 27 | 121 |
| Binary | 11011001 | 11000110 | 11000010 | 0 | 1001 | 1011 | 1111 | 1010 | 10111 | 1010001 |
Color Harmonies of #D9C6C2
Complementary color
Monochromatic Colors of #D9C6C2
Black with #D9C6C2
Text Example
Text Example
White with #D9C6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C6C2; }
p { color: rgb(217,198,194); }
H1.HeaderClassName
{
color: #D9C6C2;
}
.AnyTagClassName
{
color: #D9C6C2;
}
</style>
background-color css
<style>
a { background-color: #D9C6C2; }
a { background-color: rgb(217,198,194); }
div.DivClassName
{
background-color: #D9C6C2;
}
.BgClassName
{
background-color: #D9C6C2;
}
</style>
border-color css
<style>
span { border-color: #D9C6C2; }
span { border-color: rgb(217,198,194); }
td.TdClassName
{
border-color: #D9C6C2;
}
.TagClassName
{
border-color: #D9C6C2;
}
</style>