Shades of Swiss Coffee #DACCC3
Tints of Swiss Coffee #DACCC3
RGB
CMYK
RGB Variations
Color information
#DACCC3 (or 0xDACCC3) is known color: Swiss Coffee. HEX triplet: DA, CC and C3. RGB value is (218,204,195). Sum of RGB (Red+Green+Blue) = 218+204+195=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC3 is #25333C. Grayscale: #CFCFCF. Windows color (decimal): -2437949 or 12831962. OLE color: 12831962.
HSL color Cylindrical-coordinate representation of color #DACCC3: hue angle of 23.48º 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 #DACCC3 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 195 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.15 |
| HSL | 23.48º | 0.24% | 0.81% | - |
| HSV(B) | 23.48º | 0.11% | 0.85% | - |
| XYZ | 60.36 | 62.03 | 60.42 | - |
| YUV | 207.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 195 | 0 | 0.06 | 0.11 | 0.15 | 23.48 | 0.24 | 0.81 |
| Hex | DA | CC | C3 | 0 | 6 | B | F | 17 | 18 | 51 |
| Octal | 332 | 314 | 303 | 0 | 6 | 13 | 17 | 27 | 30 | 121 |
| Binary | 11011010 | 11001100 | 11000011 | 0 | 110 | 1011 | 1111 | 10111 | 11000 | 1010001 |
Color Harmonies of #DACCC3
Complementary color
Monochromatic Colors of #DACCC3
Black with #DACCC3
Text Example
Text Example
White with #DACCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCC3; }
p { color: rgb(218,204,195); }
H1.HeaderClassName
{
color: #DACCC3;
}
.AnyTagClassName
{
color: #DACCC3;
}
</style>
background-color css
<style>
a { background-color: #DACCC3; }
a { background-color: rgb(218,204,195); }
div.DivClassName
{
background-color: #DACCC3;
}
.BgClassName
{
background-color: #DACCC3;
}
</style>
border-color css
<style>
span { border-color: #DACCC3; }
span { border-color: rgb(218,204,195); }
td.TdClassName
{
border-color: #DACCC3;
}
.TagClassName
{
border-color: #DACCC3;
}
</style>