Shades of Swiss Coffee #DCCBC3
Tints of Swiss Coffee #DCCBC3
RGB
CMYK
RGB Variations
Color information
#DCCBC3 (or 0xDCCBC3) is known color: Swiss Coffee. HEX triplet: DC, CB and C3. RGB value is (220,203,195). Sum of RGB (Red+Green+Blue) = 220+203+195=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBC3 is #23343C. Grayscale: #CFCFCF. Windows color (decimal): -2307133 or 12831708. OLE color: 12831708.
HSL color Cylindrical-coordinate representation of color #DCCBC3: hue angle of 19.2º 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 #DCCBC3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 195 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.14 |
| HSL | 19.2º | 0.26% | 0.81% | - |
| HSV(B) | 19.2º | 0.11% | 0.86% | - |
| XYZ | 60.72 | 61.87 | 60.37 | - |
| YUV | 207.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 195 | 0 | 0.08 | 0.11 | 0.14 | 19.2 | 0.26 | 0.81 |
| Hex | DC | CB | C3 | 0 | 8 | B | E | 13 | 1A | 51 |
| Octal | 334 | 313 | 303 | 0 | 10 | 13 | 16 | 23 | 32 | 121 |
| Binary | 11011100 | 11001011 | 11000011 | 0 | 1000 | 1011 | 1110 | 10011 | 11010 | 1010001 |
Color Harmonies of #DCCBC3
Complementary color
Monochromatic Colors of #DCCBC3
Black with #DCCBC3
Text Example
Text Example
White with #DCCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBC3; }
p { color: rgb(220,203,195); }
H1.HeaderClassName
{
color: #DCCBC3;
}
.AnyTagClassName
{
color: #DCCBC3;
}
</style>
background-color css
<style>
a { background-color: #DCCBC3; }
a { background-color: rgb(220,203,195); }
div.DivClassName
{
background-color: #DCCBC3;
}
.BgClassName
{
background-color: #DCCBC3;
}
</style>
border-color css
<style>
span { border-color: #DCCBC3; }
span { border-color: rgb(220,203,195); }
td.TdClassName
{
border-color: #DCCBC3;
}
.TagClassName
{
border-color: #DCCBC3;
}
</style>