Shades of Swiss Coffee #D9C8BF
Tints of Swiss Coffee #D9C8BF
RGB
CMYK
RGB Variations
Color information
#D9C8BF (or 0xD9C8BF) is known color: Swiss Coffee. HEX triplet: D9, C8 and BF. RGB value is (217,200,191). Sum of RGB (Red+Green+Blue) = 217+200+191=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8BF is #263740. Grayscale: #CCCCCC. Windows color (decimal): -2504513 or 12568793. OLE color: 12568793.
HSL color Cylindrical-coordinate representation of color #D9C8BF: hue angle of 20.77º 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 #D9C8BF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 191 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.15 |
| HSL | 20.77º | 0.25% | 0.8% | - |
| HSV(B) | 20.77º | 0.12% | 0.85% | - |
| XYZ | 58.67 | 59.82 | 57.74 | - |
| YUV | 204.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 191 | 0 | 0.08 | 0.12 | 0.15 | 20.77 | 0.25 | 0.8 |
| Hex | D9 | C8 | BF | 0 | 8 | C | F | 15 | 19 | 50 |
| Octal | 331 | 310 | 277 | 0 | 10 | 14 | 17 | 25 | 31 | 120 |
| Binary | 11011001 | 11001000 | 10111111 | 0 | 1000 | 1100 | 1111 | 10101 | 11001 | 1010000 |
Color Harmonies of #D9C8BF
Complementary color
Monochromatic Colors of #D9C8BF
Black with #D9C8BF
Text Example
Text Example
White with #D9C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8BF; }
p { color: rgb(217,200,191); }
H1.HeaderClassName
{
color: #D9C8BF;
}
.AnyTagClassName
{
color: #D9C8BF;
}
</style>
background-color css
<style>
a { background-color: #D9C8BF; }
a { background-color: rgb(217,200,191); }
div.DivClassName
{
background-color: #D9C8BF;
}
.BgClassName
{
background-color: #D9C8BF;
}
</style>
border-color css
<style>
span { border-color: #D9C8BF; }
span { border-color: rgb(217,200,191); }
td.TdClassName
{
border-color: #D9C8BF;
}
.TagClassName
{
border-color: #D9C8BF;
}
</style>