Shades of Swiss Coffee #DCD0CA
Tints of Swiss Coffee #DCD0CA
RGB
CMYK
RGB Variations
Color information
#DCD0CA (or 0xDCD0CA) is known color: Swiss Coffee. HEX triplet: DC, D0 and CA. RGB value is (220,208,202). Sum of RGB (Red+Green+Blue) = 220+208+202=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0CA is #232F35. Grayscale: #D2D2D2. Windows color (decimal): -2305846 or 13291740. OLE color: 13291740.
HSL color Cylindrical-coordinate representation of color #DCD0CA: hue angle of 20º 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 #DCD0CA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 208 | 202 | - |
CMYK | 0 | 0.05 | 0.08 | 0.14 |
HSL | 20º | 0.2% | 0.83% | - |
HSV(B) | 20º | 0.08% | 0.86% | - |
XYZ | 62.73 | 64.59 | 65.04 | - |
YUV | 210.9 | 122.98 | 134.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 208 | 202 | 0 | 0.05 | 0.08 | 0.14 | 20 | 0.2 | 0.83 |
Hex | DC | D0 | CA | 0 | 5 | 8 | E | 14 | 14 | 53 |
Octal | 334 | 320 | 312 | 0 | 5 | 10 | 16 | 24 | 24 | 123 |
Binary | 11011100 | 11010000 | 11001010 | 0 | 101 | 1000 | 1110 | 10100 | 10100 | 1010011 |
Color Harmonies of #DCD0CA
Complementary color
Monochromatic Colors of #DCD0CA
Black with #DCD0CA
Text Example
Text Example
White with #DCD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0CA; }
p { color: rgb(220,208,202); }
H1.HeaderClassName
{
color: #DCD0CA;
}
.AnyTagClassName
{
color: #DCD0CA;
}
</style>
background-color css
<style>
a { background-color: #DCD0CA; }
a { background-color: rgb(220,208,202); }
div.DivClassName
{
background-color: #DCD0CA;
}
.BgClassName
{
background-color: #DCD0CA;
}
</style>
border-color css
<style>
span { border-color: #DCD0CA; }
span { border-color: rgb(220,208,202); }
td.TdClassName
{
border-color: #DCD0CA;
}
.TagClassName
{
border-color: #DCD0CA;
}
</style>