Shades of Swiss Coffee #DACCC4
Tints of Swiss Coffee #DACCC4
RGB
CMYK
RGB Variations
Color information
#DACCC4 (or 0xDACCC4) is known color: Swiss Coffee. HEX triplet: DA, CC and C4. RGB value is (218,204,196). Sum of RGB (Red+Green+Blue) = 218+204+196=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCC4 is #25333B. Grayscale: #CFCFCF. Windows color (decimal): -2437948 or 12897498. OLE color: 12897498.
HSL color Cylindrical-coordinate representation of color #DACCC4: hue angle of 21.82º 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 #DACCC4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 196 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.15 |
| HSL | 21.82º | 0.23% | 0.81% | - |
| HSV(B) | 21.82º | 0.1% | 0.85% | - |
| XYZ | 60.47 | 62.08 | 61.02 | - |
| YUV | 207.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 196 | 0 | 0.06 | 0.10 | 0.15 | 21.82 | 0.23 | 0.81 |
| Hex | DA | CC | C4 | 0 | 6 | A | F | 16 | 17 | 51 |
| Octal | 332 | 314 | 304 | 0 | 6 | 12 | 17 | 26 | 27 | 121 |
| Binary | 11011010 | 11001100 | 11000100 | 0 | 110 | 1010 | 1111 | 10110 | 10111 | 1010001 |
Color Harmonies of #DACCC4
Complementary color
Monochromatic Colors of #DACCC4
Black with #DACCC4
Text Example
Text Example
White with #DACCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCC4; }
p { color: rgb(218,204,196); }
H1.HeaderClassName
{
color: #DACCC4;
}
.AnyTagClassName
{
color: #DACCC4;
}
</style>
background-color css
<style>
a { background-color: #DACCC4; }
a { background-color: rgb(218,204,196); }
div.DivClassName
{
background-color: #DACCC4;
}
.BgClassName
{
background-color: #DACCC4;
}
</style>
border-color css
<style>
span { border-color: #DACCC4; }
span { border-color: rgb(218,204,196); }
td.TdClassName
{
border-color: #DACCC4;
}
.TagClassName
{
border-color: #DACCC4;
}
</style>