Shades of Swiss Coffee #DCD0CB
Tints of Swiss Coffee #DCD0CB
RGB
CMYK
RGB Variations
Color information
#DCD0CB (or 0xDCD0CB) is known color: Swiss Coffee. HEX triplet: DC, D0 and CB. RGB value is (220,208,203). Sum of RGB (Red+Green+Blue) = 220+208+203=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0CB is #232F34. Grayscale: #D3D3D3. Windows color (decimal): -2305845 or 13357276. OLE color: 13357276.
HSL color Cylindrical-coordinate representation of color #DCD0CB: hue angle of 17.65º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD0CB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 203 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.14 |
| HSL | 17.65º | 0.2% | 0.83% | - |
| HSV(B) | 17.65º | 0.08% | 0.86% | - |
| XYZ | 62.85 | 64.64 | 65.66 | - |
| YUV | 211.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 203 | 0 | 0.05 | 0.08 | 0.14 | 17.65 | 0.2 | 0.83 |
| Hex | DC | D0 | CB | 0 | 5 | 8 | E | 12 | 14 | 53 |
| Octal | 334 | 320 | 313 | 0 | 5 | 10 | 16 | 22 | 24 | 123 |
| Binary | 11011100 | 11010000 | 11001011 | 0 | 101 | 1000 | 1110 | 10010 | 10100 | 1010011 |
Color Harmonies of #DCD0CB
Complementary color
Monochromatic Colors of #DCD0CB
Black with #DCD0CB
Text Example
Text Example
White with #DCD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0CB; }
p { color: rgb(220,208,203); }
H1.HeaderClassName
{
color: #DCD0CB;
}
.AnyTagClassName
{
color: #DCD0CB;
}
</style>
background-color css
<style>
a { background-color: #DCD0CB; }
a { background-color: rgb(220,208,203); }
div.DivClassName
{
background-color: #DCD0CB;
}
.BgClassName
{
background-color: #DCD0CB;
}
</style>
border-color css
<style>
span { border-color: #DCD0CB; }
span { border-color: rgb(220,208,203); }
td.TdClassName
{
border-color: #DCD0CB;
}
.TagClassName
{
border-color: #DCD0CB;
}
</style>