Shades of Swiss Coffee #DACCC6
Tints of Swiss Coffee #DACCC6
RGB
CMYK
RGB Variations
Color information
#DACCC6 (or 0xDACCC6) is known color: Swiss Coffee. HEX triplet: DA, CC and C6. RGB value is (218,204,198). Sum of RGB (Red+Green+Blue) = 218+204+198=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC6 is #253339. Grayscale: #CFCFCF. Windows color (decimal): -2437946 or 13028570. OLE color: 13028570.
HSL color Cylindrical-coordinate representation of color #DACCC6: hue angle of 18º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DACCC6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 198 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.15 |
| HSL | 18º | 0.21% | 0.82% | - |
| HSV(B) | 18º | 0.09% | 0.85% | - |
| XYZ | 60.7 | 62.17 | 62.23 | - |
| YUV | 207.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 198 | 0 | 0.06 | 0.09 | 0.15 | 18 | 0.21 | 0.82 |
| Hex | DA | CC | C6 | 0 | 6 | 9 | F | 12 | 15 | 52 |
| Octal | 332 | 314 | 306 | 0 | 6 | 11 | 17 | 22 | 25 | 122 |
| Binary | 11011010 | 11001100 | 11000110 | 0 | 110 | 1001 | 1111 | 10010 | 10101 | 1010010 |
Color Harmonies of #DACCC6
Complementary color
Monochromatic Colors of #DACCC6
Black with #DACCC6
Text Example
Text Example
White with #DACCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCC6; }
p { color: rgb(218,204,198); }
H1.HeaderClassName
{
color: #DACCC6;
}
.AnyTagClassName
{
color: #DACCC6;
}
</style>
background-color css
<style>
a { background-color: #DACCC6; }
a { background-color: rgb(218,204,198); }
div.DivClassName
{
background-color: #DACCC6;
}
.BgClassName
{
background-color: #DACCC6;
}
</style>
border-color css
<style>
span { border-color: #DACCC6; }
span { border-color: rgb(218,204,198); }
td.TdClassName
{
border-color: #DACCC6;
}
.TagClassName
{
border-color: #DACCC6;
}
</style>