Shades of Swiss Coffee #DACDC5
Tints of Swiss Coffee #DACDC5
RGB
CMYK
RGB Variations
Color information
#DACDC5 (or 0xDACDC5) is known color: Swiss Coffee. HEX triplet: DA, CD and C5. RGB value is (218,205,197). Sum of RGB (Red+Green+Blue) = 218+205+197=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDC5 is #25323A. Grayscale: #D0D0D0. Windows color (decimal): -2437691 or 12963290. OLE color: 12963290.
HSL color Cylindrical-coordinate representation of color #DACDC5: hue angle of 22.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACDC5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 197 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.15 |
| HSL | 22.86º | 0.22% | 0.81% | - |
| HSV(B) | 22.86º | 0.1% | 0.85% | - |
| XYZ | 60.82 | 62.6 | 61.7 | - |
| YUV | 207.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 197 | 0 | 0.06 | 0.10 | 0.15 | 22.86 | 0.22 | 0.81 |
| Hex | DA | CD | C5 | 0 | 6 | A | F | 17 | 16 | 51 |
| Octal | 332 | 315 | 305 | 0 | 6 | 12 | 17 | 27 | 26 | 121 |
| Binary | 11011010 | 11001101 | 11000101 | 0 | 110 | 1010 | 1111 | 10111 | 10110 | 1010001 |
Color Harmonies of #DACDC5
Complementary color
Monochromatic Colors of #DACDC5
Black with #DACDC5
Text Example
Text Example
White with #DACDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDC5; }
p { color: rgb(218,205,197); }
H1.HeaderClassName
{
color: #DACDC5;
}
.AnyTagClassName
{
color: #DACDC5;
}
</style>
background-color css
<style>
a { background-color: #DACDC5; }
a { background-color: rgb(218,205,197); }
div.DivClassName
{
background-color: #DACDC5;
}
.BgClassName
{
background-color: #DACDC5;
}
</style>
border-color css
<style>
span { border-color: #DACDC5; }
span { border-color: rgb(218,205,197); }
td.TdClassName
{
border-color: #DACDC5;
}
.TagClassName
{
border-color: #DACDC5;
}
</style>