Shades of Swiss Coffee #DCD2CC
Tints of Swiss Coffee #DCD2CC
RGB
CMYK
RGB Variations
Color information
#DCD2CC (or 0xDCD2CC) is known color: Swiss Coffee. HEX triplet: DC, D2 and CC. RGB value is (220,210,204). Sum of RGB (Red+Green+Blue) = 220+210+204=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2CC is #232D33. Grayscale: #D4D4D4. Windows color (decimal): -2305332 or 13423324. OLE color: 13423324.
HSL color Cylindrical-coordinate representation of color #DCD2CC: hue angle of 22.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD2CC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 204 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.14 |
| HSL | 22.5º | 0.19% | 0.83% | - |
| HSV(B) | 22.5º | 0.07% | 0.86% | - |
| XYZ | 63.46 | 65.67 | 66.46 | - |
| YUV | 212.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 204 | 0 | 0.05 | 0.07 | 0.14 | 22.5 | 0.19 | 0.83 |
| Hex | DC | D2 | CC | 0 | 5 | 7 | E | 16 | 13 | 53 |
| Octal | 334 | 322 | 314 | 0 | 5 | 7 | 16 | 26 | 23 | 123 |
| Binary | 11011100 | 11010010 | 11001100 | 0 | 101 | 111 | 1110 | 10110 | 10011 | 1010011 |
Color Harmonies of #DCD2CC
Complementary color
Monochromatic Colors of #DCD2CC
Black with #DCD2CC
Text Example
Text Example
White with #DCD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2CC; }
p { color: rgb(220,210,204); }
H1.HeaderClassName
{
color: #DCD2CC;
}
.AnyTagClassName
{
color: #DCD2CC;
}
</style>
background-color css
<style>
a { background-color: #DCD2CC; }
a { background-color: rgb(220,210,204); }
div.DivClassName
{
background-color: #DCD2CC;
}
.BgClassName
{
background-color: #DCD2CC;
}
</style>
border-color css
<style>
span { border-color: #DCD2CC; }
span { border-color: rgb(220,210,204); }
td.TdClassName
{
border-color: #DCD2CC;
}
.TagClassName
{
border-color: #DCD2CC;
}
</style>