Shades of Swiss Coffee #DACAC4
Tints of Swiss Coffee #DACAC4
RGB
CMYK
RGB Variations
Color information
#DACAC4 (or 0xDACAC4) is known color: Swiss Coffee. HEX triplet: DA, CA and C4. RGB value is (218,202,196). Sum of RGB (Red+Green+Blue) = 218+202+196=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAC4 is #25353B. Grayscale: #CECECE. Windows color (decimal): -2438460 or 12896986. OLE color: 12896986.
HSL color Cylindrical-coordinate representation of color #DACAC4: hue angle of 16.36º degrees, saturation: 0.23, 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 #DACAC4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 196 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.15 |
| HSL | 16.36º | 0.23% | 0.81% | - |
| HSV(B) | 16.36º | 0.1% | 0.85% | - |
| XYZ | 60 | 61.13 | 60.86 | - |
| YUV | 206.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 196 | 0 | 0.07 | 0.10 | 0.15 | 16.36 | 0.23 | 0.81 |
| Hex | DA | CA | C4 | 0 | 7 | A | F | 10 | 17 | 51 |
| Octal | 332 | 312 | 304 | 0 | 7 | 12 | 17 | 20 | 27 | 121 |
| Binary | 11011010 | 11001010 | 11000100 | 0 | 111 | 1010 | 1111 | 10000 | 10111 | 1010001 |
Color Harmonies of #DACAC4
Complementary color
Monochromatic Colors of #DACAC4
Black with #DACAC4
Text Example
Text Example
White with #DACAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAC4; }
p { color: rgb(218,202,196); }
H1.HeaderClassName
{
color: #DACAC4;
}
.AnyTagClassName
{
color: #DACAC4;
}
</style>
background-color css
<style>
a { background-color: #DACAC4; }
a { background-color: rgb(218,202,196); }
div.DivClassName
{
background-color: #DACAC4;
}
.BgClassName
{
background-color: #DACAC4;
}
</style>
border-color css
<style>
span { border-color: #DACAC4; }
span { border-color: rgb(218,202,196); }
td.TdClassName
{
border-color: #DACAC4;
}
.TagClassName
{
border-color: #DACAC4;
}
</style>