Shades of Swiss Coffee #D9CAC2
Tints of Swiss Coffee #D9CAC2
RGB
CMYK
RGB Variations
Color information
#D9CAC2 (or 0xD9CAC2) is known color: Swiss Coffee. HEX triplet: D9, CA and C2. RGB value is (217,202,194). Sum of RGB (Red+Green+Blue) = 217+202+194=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAC2 is #26353D. Grayscale: #CDCDCD. Windows color (decimal): -2503998 or 12765913. OLE color: 12765913.
HSL color Cylindrical-coordinate representation of color #D9CAC2: hue angle of 20.87º degrees, saturation: 0.23, 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 #D9CAC2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 194 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.15 |
| HSL | 20.87º | 0.23% | 0.81% | - |
| HSV(B) | 20.87º | 0.11% | 0.85% | - |
| XYZ | 59.47 | 60.89 | 59.66 | - |
| YUV | 205.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 194 | 0 | 0.07 | 0.11 | 0.15 | 20.87 | 0.23 | 0.81 |
| Hex | D9 | CA | C2 | 0 | 7 | B | F | 15 | 17 | 51 |
| Octal | 331 | 312 | 302 | 0 | 7 | 13 | 17 | 25 | 27 | 121 |
| Binary | 11011001 | 11001010 | 11000010 | 0 | 111 | 1011 | 1111 | 10101 | 10111 | 1010001 |
Color Harmonies of #D9CAC2
Complementary color
Monochromatic Colors of #D9CAC2
Black with #D9CAC2
Text Example
Text Example
White with #D9CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAC2; }
p { color: rgb(217,202,194); }
H1.HeaderClassName
{
color: #D9CAC2;
}
.AnyTagClassName
{
color: #D9CAC2;
}
</style>
background-color css
<style>
a { background-color: #D9CAC2; }
a { background-color: rgb(217,202,194); }
div.DivClassName
{
background-color: #D9CAC2;
}
.BgClassName
{
background-color: #D9CAC2;
}
</style>
border-color css
<style>
span { border-color: #D9CAC2; }
span { border-color: rgb(217,202,194); }
td.TdClassName
{
border-color: #D9CAC2;
}
.TagClassName
{
border-color: #D9CAC2;
}
</style>