Shades of Swiss Coffee #DACBC4
Tints of Swiss Coffee #DACBC4
RGB
CMYK
RGB Variations
Color information
#DACBC4 (or 0xDACBC4) is known color: Swiss Coffee. HEX triplet: DA, CB and C4. RGB value is (218,203,196). Sum of RGB (Red+Green+Blue) = 218+203+196=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBC4 is #25343B. Grayscale: #CECECE. Windows color (decimal): -2438204 or 12897242. OLE color: 12897242.
HSL color Cylindrical-coordinate representation of color #DACBC4: hue angle of 19.09º 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 #DACBC4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 196 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.15 |
| HSL | 19.09º | 0.23% | 0.81% | - |
| HSV(B) | 19.09º | 0.1% | 0.85% | - |
| XYZ | 60.23 | 61.6 | 60.94 | - |
| YUV | 206.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 196 | 0 | 0.07 | 0.10 | 0.15 | 19.09 | 0.23 | 0.81 |
| Hex | DA | CB | C4 | 0 | 7 | A | F | 13 | 17 | 51 |
| Octal | 332 | 313 | 304 | 0 | 7 | 12 | 17 | 23 | 27 | 121 |
| Binary | 11011010 | 11001011 | 11000100 | 0 | 111 | 1010 | 1111 | 10011 | 10111 | 1010001 |
Color Harmonies of #DACBC4
Complementary color
Monochromatic Colors of #DACBC4
Black with #DACBC4
Text Example
Text Example
White with #DACBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBC4; }
p { color: rgb(218,203,196); }
H1.HeaderClassName
{
color: #DACBC4;
}
.AnyTagClassName
{
color: #DACBC4;
}
</style>
background-color css
<style>
a { background-color: #DACBC4; }
a { background-color: rgb(218,203,196); }
div.DivClassName
{
background-color: #DACBC4;
}
.BgClassName
{
background-color: #DACBC4;
}
</style>
border-color css
<style>
span { border-color: #DACBC4; }
span { border-color: rgb(218,203,196); }
td.TdClassName
{
border-color: #DACBC4;
}
.TagClassName
{
border-color: #DACBC4;
}
</style>