Shades of Alto #DCC6C5
Tints of Alto #DCC6C5
RGB
CMYK
RGB Variations
Color information
#DCC6C5 (or 0xDCC6C5) is known color: Alto. HEX triplet: DC, C6 and C5. RGB value is (220,198,197). Sum of RGB (Red+Green+Blue) = 220+198+197=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6C5 is #23393A. Grayscale: #CCCCCC. Windows color (decimal): -2308411 or 12961500. OLE color: 12961500.
HSL color Cylindrical-coordinate representation of color #DCC6C5: hue angle of 2.61º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC6C5 is Cyan = 0, Magento = 0.1, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 197 | - |
| CMYK | 0 | 0.1 | 0.10 | 0.14 |
| HSL | 2.61º | 0.25% | 0.82% | - |
| HSV(B) | 2.61º | 0.1% | 0.86% | - |
| XYZ | 59.79 | 59.64 | 61.18 | - |
| YUV | 204.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 197 | 0 | 0.1 | 0.10 | 0.14 | 2.61 | 0.25 | 0.82 |
| Hex | DC | C6 | C5 | 0 | A | A | E | 3 | 19 | 52 |
| Octal | 334 | 306 | 305 | 0 | 12 | 12 | 16 | 3 | 31 | 122 |
| Binary | 11011100 | 11000110 | 11000101 | 0 | 1010 | 1010 | 1110 | 11 | 11001 | 1010010 |
Color Harmonies of #DCC6C5
Complementary color
Monochromatic Colors of #DCC6C5
Black with #DCC6C5
Text Example
Text Example
White with #DCC6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6C5; }
p { color: rgb(220,198,197); }
H1.HeaderClassName
{
color: #DCC6C5;
}
.AnyTagClassName
{
color: #DCC6C5;
}
</style>
background-color css
<style>
a { background-color: #DCC6C5; }
a { background-color: rgb(220,198,197); }
div.DivClassName
{
background-color: #DCC6C5;
}
.BgClassName
{
background-color: #DCC6C5;
}
</style>
border-color css
<style>
span { border-color: #DCC6C5; }
span { border-color: rgb(220,198,197); }
td.TdClassName
{
border-color: #DCC6C5;
}
.TagClassName
{
border-color: #DCC6C5;
}
</style>