Shades of Alto #DCC5C2
Tints of Alto #DCC5C2
RGB
CMYK
RGB Variations
Color information
#DCC5C2 (or 0xDCC5C2) is known color: Alto. HEX triplet: DC, C5 and C2. RGB value is (220,197,194). Sum of RGB (Red+Green+Blue) = 220+197+194=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C2 is #233A3D. Grayscale: #CBCBCB. Windows color (decimal): -2308670 or 12764636. OLE color: 12764636.
HSL color Cylindrical-coordinate representation of color #DCC5C2: hue angle of 6.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC5C2 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 194 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.14 |
| HSL | 6.92º | 0.27% | 0.81% | - |
| HSV(B) | 6.92º | 0.12% | 0.86% | - |
| XYZ | 59.22 | 59.04 | 59.31 | - |
| YUV | 203.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 194 | 0 | 0.10 | 0.12 | 0.14 | 6.92 | 0.27 | 0.81 |
| Hex | DC | C5 | C2 | 0 | A | C | E | 7 | 1B | 51 |
| Octal | 334 | 305 | 302 | 0 | 12 | 14 | 16 | 7 | 33 | 121 |
| Binary | 11011100 | 11000101 | 11000010 | 0 | 1010 | 1100 | 1110 | 111 | 11011 | 1010001 |
Color Harmonies of #DCC5C2
Complementary color
Monochromatic Colors of #DCC5C2
Black with #DCC5C2
Text Example
Text Example
White with #DCC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5C2; }
p { color: rgb(220,197,194); }
H1.HeaderClassName
{
color: #DCC5C2;
}
.AnyTagClassName
{
color: #DCC5C2;
}
</style>
background-color css
<style>
a { background-color: #DCC5C2; }
a { background-color: rgb(220,197,194); }
div.DivClassName
{
background-color: #DCC5C2;
}
.BgClassName
{
background-color: #DCC5C2;
}
</style>
border-color css
<style>
span { border-color: #DCC5C2; }
span { border-color: rgb(220,197,194); }
td.TdClassName
{
border-color: #DCC5C2;
}
.TagClassName
{
border-color: #DCC5C2;
}
</style>