Shades of Alto #DCC8C7
Tints of Alto #DCC8C7
RGB
CMYK
RGB Variations
Color information
#DCC8C7 (or 0xDCC8C7) is known color: Alto. HEX triplet: DC, C8 and C7. RGB value is (220,200,199). Sum of RGB (Red+Green+Blue) = 220+200+199=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C7 is #233738. Grayscale: #CDCDCD. Windows color (decimal): -2307897 or 13093084. OLE color: 13093084.
HSL color Cylindrical-coordinate representation of color #DCC8C7: hue angle of 2.86º degrees, saturation: 0.23, 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 #DCC8C7 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 199 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.14 |
| HSL | 2.86º | 0.23% | 0.82% | - |
| HSV(B) | 2.86º | 0.1% | 0.86% | - |
| XYZ | 60.48 | 60.65 | 62.55 | - |
| YUV | 205.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 199 | 0 | 0.09 | 0.10 | 0.14 | 2.86 | 0.23 | 0.82 |
| Hex | DC | C8 | C7 | 0 | 9 | A | E | 3 | 17 | 52 |
| Octal | 334 | 310 | 307 | 0 | 11 | 12 | 16 | 3 | 27 | 122 |
| Binary | 11011100 | 11001000 | 11000111 | 0 | 1001 | 1010 | 1110 | 11 | 10111 | 1010010 |
Color Harmonies of #DCC8C7
Complementary color
Monochromatic Colors of #DCC8C7
Black with #DCC8C7
Text Example
Text Example
White with #DCC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8C7; }
p { color: rgb(220,200,199); }
H1.HeaderClassName
{
color: #DCC8C7;
}
.AnyTagClassName
{
color: #DCC8C7;
}
</style>
background-color css
<style>
a { background-color: #DCC8C7; }
a { background-color: rgb(220,200,199); }
div.DivClassName
{
background-color: #DCC8C7;
}
.BgClassName
{
background-color: #DCC8C7;
}
</style>
border-color css
<style>
span { border-color: #DCC8C7; }
span { border-color: rgb(220,200,199); }
td.TdClassName
{
border-color: #DCC8C7;
}
.TagClassName
{
border-color: #DCC8C7;
}
</style>