Shades of Swiss Coffee #DACAC1
Tints of Swiss Coffee #DACAC1
RGB
CMYK
RGB Variations
Color information
#DACAC1 (or 0xDACAC1) is known color: Swiss Coffee. HEX triplet: DA, CA and C1. RGB value is (218,202,193). Sum of RGB (Red+Green+Blue) = 218+202+193=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAC1 is #25353E. Grayscale: #CDCDCD. Windows color (decimal): -2438463 or 12700378. OLE color: 12700378.
HSL color Cylindrical-coordinate representation of color #DACAC1: hue angle of 21.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACAC1 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 193 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.15 |
| HSL | 21.6º | 0.25% | 0.81% | - |
| HSV(B) | 21.6º | 0.11% | 0.85% | - |
| XYZ | 59.66 | 61 | 59.08 | - |
| YUV | 205.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 193 | 0 | 0.07 | 0.11 | 0.15 | 21.6 | 0.25 | 0.81 |
| Hex | DA | CA | C1 | 0 | 7 | B | F | 16 | 19 | 51 |
| Octal | 332 | 312 | 301 | 0 | 7 | 13 | 17 | 26 | 31 | 121 |
| Binary | 11011010 | 11001010 | 11000001 | 0 | 111 | 1011 | 1111 | 10110 | 11001 | 1010001 |
Color Harmonies of #DACAC1
Complementary color
Monochromatic Colors of #DACAC1
Black with #DACAC1
Text Example
Text Example
White with #DACAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAC1; }
p { color: rgb(218,202,193); }
H1.HeaderClassName
{
color: #DACAC1;
}
.AnyTagClassName
{
color: #DACAC1;
}
</style>
background-color css
<style>
a { background-color: #DACAC1; }
a { background-color: rgb(218,202,193); }
div.DivClassName
{
background-color: #DACAC1;
}
.BgClassName
{
background-color: #DACAC1;
}
</style>
border-color css
<style>
span { border-color: #DACAC1; }
span { border-color: rgb(218,202,193); }
td.TdClassName
{
border-color: #DACAC1;
}
.TagClassName
{
border-color: #DACAC1;
}
</style>