Shades of Swiss Coffee #D7D0CC
Tints of Swiss Coffee #D7D0CC
RGB
CMYK
RGB Variations
Color information
#D7D0CC (or 0xD7D0CC) is known color: Swiss Coffee. HEX triplet: D7, D0 and CC. RGB value is (215,208,204). Sum of RGB (Red+Green+Blue) = 215+208+204=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CC is #282F33. Grayscale: #D1D1D1. Windows color (decimal): -2633524 or 13422807. OLE color: 13422807.
HSL color Cylindrical-coordinate representation of color #D7D0CC: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7D0CC is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 204 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.16 |
| HSL | 21.82º | 0.12% | 0.82% | - |
| HSV(B) | 21.82º | 0.05% | 0.84% | - |
| XYZ | 61.48 | 63.92 | 66.22 | - |
| YUV | 209.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 204 | 0 | 0.03 | 0.05 | 0.16 | 21.82 | 0.12 | 0.82 |
| Hex | D7 | D0 | CC | 0 | 3 | 5 | 10 | 16 | C | 52 |
| Octal | 327 | 320 | 314 | 0 | 3 | 5 | 20 | 26 | 14 | 122 |
| Binary | 11010111 | 11010000 | 11001100 | 0 | 11 | 101 | 10000 | 10110 | 1100 | 1010010 |
Color Harmonies of #D7D0CC
Complementary color
Monochromatic Colors of #D7D0CC
Black with #D7D0CC
Text Example
Text Example
White with #D7D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0CC; }
p { color: rgb(215,208,204); }
H1.HeaderClassName
{
color: #D7D0CC;
}
.AnyTagClassName
{
color: #D7D0CC;
}
</style>
background-color css
<style>
a { background-color: #D7D0CC; }
a { background-color: rgb(215,208,204); }
div.DivClassName
{
background-color: #D7D0CC;
}
.BgClassName
{
background-color: #D7D0CC;
}
</style>
border-color css
<style>
span { border-color: #D7D0CC; }
span { border-color: rgb(215,208,204); }
td.TdClassName
{
border-color: #D7D0CC;
}
.TagClassName
{
border-color: #D7D0CC;
}
</style>