Shades of Swiss Coffee #DACFCA
Tints of Swiss Coffee #DACFCA
RGB
CMYK
RGB Variations
Color information
#DACFCA (or 0xDACFCA) is known color: Swiss Coffee. HEX triplet: DA, CF and CA. RGB value is (218,207,202). Sum of RGB (Red+Green+Blue) = 218+207+202=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFCA is #253035. Grayscale: #D1D1D1. Windows color (decimal): -2437174 or 13291482. OLE color: 13291482.
HSL color Cylindrical-coordinate representation of color #DACFCA: hue angle of 18.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACFCA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 202 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.15 |
| HSL | 18.75º | 0.18% | 0.82% | - |
| HSV(B) | 18.75º | 0.07% | 0.85% | - |
| XYZ | 61.89 | 63.8 | 64.93 | - |
| YUV | 209.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 202 | 0 | 0.05 | 0.07 | 0.15 | 18.75 | 0.18 | 0.82 |
| Hex | DA | CF | CA | 0 | 5 | 7 | F | 13 | 12 | 52 |
| Octal | 332 | 317 | 312 | 0 | 5 | 7 | 17 | 23 | 22 | 122 |
| Binary | 11011010 | 11001111 | 11001010 | 0 | 101 | 111 | 1111 | 10011 | 10010 | 1010010 |
Color Harmonies of #DACFCA
Complementary color
Monochromatic Colors of #DACFCA
Black with #DACFCA
Text Example
Text Example
White with #DACFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFCA; }
p { color: rgb(218,207,202); }
H1.HeaderClassName
{
color: #DACFCA;
}
.AnyTagClassName
{
color: #DACFCA;
}
</style>
background-color css
<style>
a { background-color: #DACFCA; }
a { background-color: rgb(218,207,202); }
div.DivClassName
{
background-color: #DACFCA;
}
.BgClassName
{
background-color: #DACFCA;
}
</style>
border-color css
<style>
span { border-color: #DACFCA; }
span { border-color: rgb(218,207,202); }
td.TdClassName
{
border-color: #DACFCA;
}
.TagClassName
{
border-color: #DACFCA;
}
</style>