Shades of Alto #DCC5C3
Tints of Alto #DCC5C3
RGB
CMYK
RGB Variations
Color information
#DCC5C3 (or 0xDCC5C3) is known color: Alto. HEX triplet: DC, C5 and C3. RGB value is (220,197,195). Sum of RGB (Red+Green+Blue) = 220+197+195=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C3 is #233A3C. Grayscale: #CBCBCB. Windows color (decimal): -2308669 or 12830172. OLE color: 12830172.
HSL color Cylindrical-coordinate representation of color #DCC5C3: hue angle of 4.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC5C3 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 195 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.14 |
| HSL | 4.8º | 0.26% | 0.81% | - |
| HSV(B) | 4.8º | 0.11% | 0.86% | - |
| XYZ | 59.33 | 59.09 | 59.91 | - |
| YUV | 203.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 195 | 0 | 0.10 | 0.11 | 0.14 | 4.8 | 0.26 | 0.81 |
| Hex | DC | C5 | C3 | 0 | A | B | E | 5 | 1A | 51 |
| Octal | 334 | 305 | 303 | 0 | 12 | 13 | 16 | 5 | 32 | 121 |
| Binary | 11011100 | 11000101 | 11000011 | 0 | 1010 | 1011 | 1110 | 101 | 11010 | 1010001 |
Color Harmonies of #DCC5C3
Complementary color
Monochromatic Colors of #DCC5C3
Black with #DCC5C3
Text Example
Text Example
White with #DCC5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5C3; }
p { color: rgb(220,197,195); }
H1.HeaderClassName
{
color: #DCC5C3;
}
.AnyTagClassName
{
color: #DCC5C3;
}
</style>
background-color css
<style>
a { background-color: #DCC5C3; }
a { background-color: rgb(220,197,195); }
div.DivClassName
{
background-color: #DCC5C3;
}
.BgClassName
{
background-color: #DCC5C3;
}
</style>
border-color css
<style>
span { border-color: #DCC5C3; }
span { border-color: rgb(220,197,195); }
td.TdClassName
{
border-color: #DCC5C3;
}
.TagClassName
{
border-color: #DCC5C3;
}
</style>