Shades of Swiss Coffee #DBD1CA
Tints of Swiss Coffee #DBD1CA
RGB
CMYK
RGB Variations
Color information
#DBD1CA (or 0xDBD1CA) is known color: Swiss Coffee. HEX triplet: DB, D1 and CA. RGB value is (219,209,202). Sum of RGB (Red+Green+Blue) = 219+209+202=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1CA is #242E35. Grayscale: #D3D3D3. Windows color (decimal): -2371126 or 13291995. OLE color: 13291995.
HSL color Cylindrical-coordinate representation of color #DBD1CA: hue angle of 24.71º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD1CA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 202 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.14 |
| HSL | 24.71º | 0.19% | 0.83% | - |
| HSV(B) | 24.71º | 0.08% | 0.86% | - |
| XYZ | 62.67 | 64.93 | 65.11 | - |
| YUV | 211.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 202 | 0 | 0.05 | 0.08 | 0.14 | 24.71 | 0.19 | 0.83 |
| Hex | DB | D1 | CA | 0 | 5 | 8 | E | 19 | 13 | 53 |
| Octal | 333 | 321 | 312 | 0 | 5 | 10 | 16 | 31 | 23 | 123 |
| Binary | 11011011 | 11010001 | 11001010 | 0 | 101 | 1000 | 1110 | 11001 | 10011 | 1010011 |
Color Harmonies of #DBD1CA
Complementary color
Monochromatic Colors of #DBD1CA
Black with #DBD1CA
Text Example
Text Example
White with #DBD1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1CA; }
p { color: rgb(219,209,202); }
H1.HeaderClassName
{
color: #DBD1CA;
}
.AnyTagClassName
{
color: #DBD1CA;
}
</style>
background-color css
<style>
a { background-color: #DBD1CA; }
a { background-color: rgb(219,209,202); }
div.DivClassName
{
background-color: #DBD1CA;
}
.BgClassName
{
background-color: #DBD1CA;
}
</style>
border-color css
<style>
span { border-color: #DBD1CA; }
span { border-color: rgb(219,209,202); }
td.TdClassName
{
border-color: #DBD1CA;
}
.TagClassName
{
border-color: #DBD1CA;
}
</style>