Shades of Swiss Coffee #D9C9C0
Tints of Swiss Coffee #D9C9C0
RGB
CMYK
RGB Variations
Color information
#D9C9C0 (or 0xD9C9C0) is known color: Swiss Coffee. HEX triplet: D9, C9 and C0. RGB value is (217,201,192). Sum of RGB (Red+Green+Blue) = 217+201+192=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9C0 is #26363F. Grayscale: #CCCCCC. Windows color (decimal): -2504256 or 12634585. OLE color: 12634585.
HSL color Cylindrical-coordinate representation of color #D9C9C0: hue angle of 21.6º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C9C0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 192 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.15 |
| HSL | 21.6º | 0.25% | 0.8% | - |
| HSV(B) | 21.6º | 0.12% | 0.85% | - |
| XYZ | 59.02 | 60.33 | 58.4 | - |
| YUV | 204.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 192 | 0 | 0.07 | 0.12 | 0.15 | 21.6 | 0.25 | 0.8 |
| Hex | D9 | C9 | C0 | 0 | 7 | C | F | 16 | 19 | 50 |
| Octal | 331 | 311 | 300 | 0 | 7 | 14 | 17 | 26 | 31 | 120 |
| Binary | 11011001 | 11001001 | 11000000 | 0 | 111 | 1100 | 1111 | 10110 | 11001 | 1010000 |
Color Harmonies of #D9C9C0
Complementary color
Monochromatic Colors of #D9C9C0
Black with #D9C9C0
Text Example
Text Example
White with #D9C9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9C0; }
p { color: rgb(217,201,192); }
H1.HeaderClassName
{
color: #D9C9C0;
}
.AnyTagClassName
{
color: #D9C9C0;
}
</style>
background-color css
<style>
a { background-color: #D9C9C0; }
a { background-color: rgb(217,201,192); }
div.DivClassName
{
background-color: #D9C9C0;
}
.BgClassName
{
background-color: #D9C9C0;
}
</style>
border-color css
<style>
span { border-color: #D9C9C0; }
span { border-color: rgb(217,201,192); }
td.TdClassName
{
border-color: #D9C9C0;
}
.TagClassName
{
border-color: #D9C9C0;
}
</style>