Shades of Swiss Coffee #DACBC3
Tints of Swiss Coffee #DACBC3
RGB
CMYK
RGB Variations
Color information
#DACBC3 (or 0xDACBC3) is known color: Swiss Coffee. HEX triplet: DA, CB and C3. RGB value is (218,203,195). Sum of RGB (Red+Green+Blue) = 218+203+195=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBC3 is #25343C. Grayscale: #CECECE. Windows color (decimal): -2438205 or 12831706. OLE color: 12831706.
HSL color Cylindrical-coordinate representation of color #DACBC3: hue angle of 20.87º degrees, saturation: 0.24, 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 #DACBC3 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 195 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.15 |
| HSL | 20.87º | 0.24% | 0.81% | - |
| HSV(B) | 20.87º | 0.11% | 0.85% | - |
| XYZ | 60.12 | 61.56 | 60.34 | - |
| YUV | 206.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 195 | 0 | 0.07 | 0.11 | 0.15 | 20.87 | 0.24 | 0.81 |
| Hex | DA | CB | C3 | 0 | 7 | B | F | 15 | 18 | 51 |
| Octal | 332 | 313 | 303 | 0 | 7 | 13 | 17 | 25 | 30 | 121 |
| Binary | 11011010 | 11001011 | 11000011 | 0 | 111 | 1011 | 1111 | 10101 | 11000 | 1010001 |
Color Harmonies of #DACBC3
Complementary color
Monochromatic Colors of #DACBC3
Black with #DACBC3
Text Example
Text Example
White with #DACBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBC3; }
p { color: rgb(218,203,195); }
H1.HeaderClassName
{
color: #DACBC3;
}
.AnyTagClassName
{
color: #DACBC3;
}
</style>
background-color css
<style>
a { background-color: #DACBC3; }
a { background-color: rgb(218,203,195); }
div.DivClassName
{
background-color: #DACBC3;
}
.BgClassName
{
background-color: #DACBC3;
}
</style>
border-color css
<style>
span { border-color: #DACBC3; }
span { border-color: rgb(218,203,195); }
td.TdClassName
{
border-color: #DACBC3;
}
.TagClassName
{
border-color: #DACBC3;
}
</style>