Shades of Swiss Coffee #DCCBC2
Tints of Swiss Coffee #DCCBC2
RGB
CMYK
RGB Variations
Color information
#DCCBC2 (or 0xDCCBC2) is known color: Swiss Coffee. HEX triplet: DC, CB and C2. RGB value is (220,203,194). Sum of RGB (Red+Green+Blue) = 220+203+194=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBC2 is #23343D. Grayscale: #CFCFCF. Windows color (decimal): -2307134 or 12766172. OLE color: 12766172.
HSL color Cylindrical-coordinate representation of color #DCCBC2: hue angle of 20.77º 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 #DCCBC2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 194 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.14 |
| HSL | 20.77º | 0.27% | 0.81% | - |
| HSV(B) | 20.77º | 0.12% | 0.86% | - |
| XYZ | 60.61 | 61.82 | 59.78 | - |
| YUV | 207.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 194 | 0 | 0.08 | 0.12 | 0.14 | 20.77 | 0.27 | 0.81 |
| Hex | DC | CB | C2 | 0 | 8 | C | E | 15 | 1B | 51 |
| Octal | 334 | 313 | 302 | 0 | 10 | 14 | 16 | 25 | 33 | 121 |
| Binary | 11011100 | 11001011 | 11000010 | 0 | 1000 | 1100 | 1110 | 10101 | 11011 | 1010001 |
Color Harmonies of #DCCBC2
Complementary color
Monochromatic Colors of #DCCBC2
Black with #DCCBC2
Text Example
Text Example
White with #DCCBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBC2; }
p { color: rgb(220,203,194); }
H1.HeaderClassName
{
color: #DCCBC2;
}
.AnyTagClassName
{
color: #DCCBC2;
}
</style>
background-color css
<style>
a { background-color: #DCCBC2; }
a { background-color: rgb(220,203,194); }
div.DivClassName
{
background-color: #DCCBC2;
}
.BgClassName
{
background-color: #DCCBC2;
}
</style>
border-color css
<style>
span { border-color: #DCCBC2; }
span { border-color: rgb(220,203,194); }
td.TdClassName
{
border-color: #DCCBC2;
}
.TagClassName
{
border-color: #DCCBC2;
}
</style>