Shades of Swiss Coffee #D5C6BE
Tints of Swiss Coffee #D5C6BE
RGB
CMYK
RGB Variations
Color information
#D5C6BE (or 0xD5C6BE) is known color: Swiss Coffee. HEX triplet: D5, C6 and BE. RGB value is (213,198,190). Sum of RGB (Red+Green+Blue) = 213+198+190=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6BE is #2A3941. Grayscale: #C9C9C9. Windows color (decimal): -2767170 or 12502741. OLE color: 12502741.
HSL color Cylindrical-coordinate representation of color #D5C6BE: hue angle of 20.87º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C6BE is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 190 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.16 |
| HSL | 20.87º | 0.21% | 0.79% | - |
| HSV(B) | 20.87º | 0.11% | 0.84% | - |
| XYZ | 56.93 | 58.25 | 56.96 | - |
| YUV | 201.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 190 | 0 | 0.07 | 0.11 | 0.16 | 20.87 | 0.21 | 0.79 |
| Hex | D5 | C6 | BE | 0 | 7 | B | 10 | 15 | 15 | 4F |
| Octal | 325 | 306 | 276 | 0 | 7 | 13 | 20 | 25 | 25 | 117 |
| Binary | 11010101 | 11000110 | 10111110 | 0 | 111 | 1011 | 10000 | 10101 | 10101 | 1001111 |
Color Harmonies of #D5C6BE
Complementary color
Monochromatic Colors of #D5C6BE
Black with #D5C6BE
Text Example
Text Example
White with #D5C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6BE; }
p { color: rgb(213,198,190); }
H1.HeaderClassName
{
color: #D5C6BE;
}
.AnyTagClassName
{
color: #D5C6BE;
}
</style>
background-color css
<style>
a { background-color: #D5C6BE; }
a { background-color: rgb(213,198,190); }
div.DivClassName
{
background-color: #D5C6BE;
}
.BgClassName
{
background-color: #D5C6BE;
}
</style>
border-color css
<style>
span { border-color: #D5C6BE; }
span { border-color: rgb(213,198,190); }
td.TdClassName
{
border-color: #D5C6BE;
}
.TagClassName
{
border-color: #D5C6BE;
}
</style>