Shades of Alto #DCC3C1
Tints of Alto #DCC3C1
RGB
CMYK
RGB Variations
Color information
#DCC3C1 (or 0xDCC3C1) is known color: Alto. HEX triplet: DC, C3 and C1. RGB value is (220,195,193). Sum of RGB (Red+Green+Blue) = 220+195+193=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3C1 is #233C3E. Grayscale: #CACACA. Windows color (decimal): -2309183 or 12698588. OLE color: 12698588.
HSL color Cylindrical-coordinate representation of color #DCC3C1: hue angle of 4.44º degrees, saturation: 0.28, 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 #DCC3C1 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 193 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.14 |
| HSL | 4.44º | 0.28% | 0.81% | - |
| HSV(B) | 4.44º | 0.12% | 0.86% | - |
| XYZ | 58.66 | 58.1 | 58.57 | - |
| YUV | 202.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 193 | 0 | 0.11 | 0.12 | 0.14 | 4.44 | 0.28 | 0.81 |
| Hex | DC | C3 | C1 | 0 | B | C | E | 4 | 1C | 51 |
| Octal | 334 | 303 | 301 | 0 | 13 | 14 | 16 | 4 | 34 | 121 |
| Binary | 11011100 | 11000011 | 11000001 | 0 | 1011 | 1100 | 1110 | 100 | 11100 | 1010001 |
Color Harmonies of #DCC3C1
Complementary color
Monochromatic Colors of #DCC3C1
Black with #DCC3C1
Text Example
Text Example
White with #DCC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3C1; }
p { color: rgb(220,195,193); }
H1.HeaderClassName
{
color: #DCC3C1;
}
.AnyTagClassName
{
color: #DCC3C1;
}
</style>
background-color css
<style>
a { background-color: #DCC3C1; }
a { background-color: rgb(220,195,193); }
div.DivClassName
{
background-color: #DCC3C1;
}
.BgClassName
{
background-color: #DCC3C1;
}
</style>
border-color css
<style>
span { border-color: #DCC3C1; }
span { border-color: rgb(220,195,193); }
td.TdClassName
{
border-color: #DCC3C1;
}
.TagClassName
{
border-color: #DCC3C1;
}
</style>