Shades of Swiss Coffee #DCCBC4
Tints of Swiss Coffee #DCCBC4
RGB
CMYK
RGB Variations
Color information
#DCCBC4 (or 0xDCCBC4) is known color: Swiss Coffee. HEX triplet: DC, CB and C4. RGB value is (220,203,196). Sum of RGB (Red+Green+Blue) = 220+203+196=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBC4 is #23343B. Grayscale: #CFCFCF. Windows color (decimal): -2307132 or 12897244. OLE color: 12897244.
HSL color Cylindrical-coordinate representation of color #DCCBC4: hue angle of 17.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCBC4 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 196 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.14 |
| HSL | 17.5º | 0.26% | 0.82% | - |
| HSV(B) | 17.5º | 0.11% | 0.86% | - |
| XYZ | 60.83 | 61.91 | 60.97 | - |
| YUV | 207.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 196 | 0 | 0.08 | 0.11 | 0.14 | 17.5 | 0.26 | 0.82 |
| Hex | DC | CB | C4 | 0 | 8 | B | E | 12 | 1A | 52 |
| Octal | 334 | 313 | 304 | 0 | 10 | 13 | 16 | 22 | 32 | 122 |
| Binary | 11011100 | 11001011 | 11000100 | 0 | 1000 | 1011 | 1110 | 10010 | 11010 | 1010010 |
Color Harmonies of #DCCBC4
Complementary color
Monochromatic Colors of #DCCBC4
Black with #DCCBC4
Text Example
Text Example
White with #DCCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBC4; }
p { color: rgb(220,203,196); }
H1.HeaderClassName
{
color: #DCCBC4;
}
.AnyTagClassName
{
color: #DCCBC4;
}
</style>
background-color css
<style>
a { background-color: #DCCBC4; }
a { background-color: rgb(220,203,196); }
div.DivClassName
{
background-color: #DCCBC4;
}
.BgClassName
{
background-color: #DCCBC4;
}
</style>
border-color css
<style>
span { border-color: #DCCBC4; }
span { border-color: rgb(220,203,196); }
td.TdClassName
{
border-color: #DCCBC4;
}
.TagClassName
{
border-color: #DCCBC4;
}
</style>