Shades of Swiss Coffee #DACDC9
Tints of Swiss Coffee #DACDC9
RGB
CMYK
RGB Variations
Color information
#DACDC9 (or 0xDACDC9) is known color: Swiss Coffee. HEX triplet: DA, CD and C9. RGB value is (218,205,201). Sum of RGB (Red+Green+Blue) = 218+205+201=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDC9 is #253236. Grayscale: #D0D0D0. Windows color (decimal): -2437687 or 13225434. OLE color: 13225434.
HSL color Cylindrical-coordinate representation of color #DACDC9: hue angle of 14.12º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACDC9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 201 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.15 |
| HSL | 14.12º | 0.19% | 0.82% | - |
| HSV(B) | 14.12º | 0.08% | 0.85% | - |
| XYZ | 61.29 | 62.79 | 64.15 | - |
| YUV | 208.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 201 | 0 | 0.06 | 0.08 | 0.15 | 14.12 | 0.19 | 0.82 |
| Hex | DA | CD | C9 | 0 | 6 | 8 | F | E | 13 | 52 |
| Octal | 332 | 315 | 311 | 0 | 6 | 10 | 17 | 16 | 23 | 122 |
| Binary | 11011010 | 11001101 | 11001001 | 0 | 110 | 1000 | 1111 | 1110 | 10011 | 1010010 |
Color Harmonies of #DACDC9
Complementary color
Monochromatic Colors of #DACDC9
Black with #DACDC9
Text Example
Text Example
White with #DACDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDC9; }
p { color: rgb(218,205,201); }
H1.HeaderClassName
{
color: #DACDC9;
}
.AnyTagClassName
{
color: #DACDC9;
}
</style>
background-color css
<style>
a { background-color: #DACDC9; }
a { background-color: rgb(218,205,201); }
div.DivClassName
{
background-color: #DACDC9;
}
.BgClassName
{
background-color: #DACDC9;
}
</style>
border-color css
<style>
span { border-color: #DACDC9; }
span { border-color: rgb(218,205,201); }
td.TdClassName
{
border-color: #DACDC9;
}
.TagClassName
{
border-color: #DACDC9;
}
</style>