Shades of Swiss Coffee #DCCBC1
Tints of Swiss Coffee #DCCBC1
RGB
CMYK
RGB Variations
Color information
#DCCBC1 (or 0xDCCBC1) is known color: Swiss Coffee. HEX triplet: DC, CB and C1. RGB value is (220,203,193). Sum of RGB (Red+Green+Blue) = 220+203+193=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBC1 is #23343E. Grayscale: #CECECE. Windows color (decimal): -2307135 or 12700636. OLE color: 12700636.
HSL color Cylindrical-coordinate representation of color #DCCBC1: hue angle of 22.22º 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 #DCCBC1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 193 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.14 |
| HSL | 22.22º | 0.28% | 0.81% | - |
| HSV(B) | 22.22º | 0.12% | 0.86% | - |
| XYZ | 60.5 | 61.78 | 59.19 | - |
| YUV | 206.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 193 | 0 | 0.08 | 0.12 | 0.14 | 22.22 | 0.28 | 0.81 |
| Hex | DC | CB | C1 | 0 | 8 | C | E | 16 | 1C | 51 |
| Octal | 334 | 313 | 301 | 0 | 10 | 14 | 16 | 26 | 34 | 121 |
| Binary | 11011100 | 11001011 | 11000001 | 0 | 1000 | 1100 | 1110 | 10110 | 11100 | 1010001 |
Color Harmonies of #DCCBC1
Complementary color
Monochromatic Colors of #DCCBC1
Black with #DCCBC1
Text Example
Text Example
White with #DCCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBC1; }
p { color: rgb(220,203,193); }
H1.HeaderClassName
{
color: #DCCBC1;
}
.AnyTagClassName
{
color: #DCCBC1;
}
</style>
background-color css
<style>
a { background-color: #DCCBC1; }
a { background-color: rgb(220,203,193); }
div.DivClassName
{
background-color: #DCCBC1;
}
.BgClassName
{
background-color: #DCCBC1;
}
</style>
border-color css
<style>
span { border-color: #DCCBC1; }
span { border-color: rgb(220,203,193); }
td.TdClassName
{
border-color: #DCCBC1;
}
.TagClassName
{
border-color: #DCCBC1;
}
</style>