Shades of Swiss Coffee #DBCAC3
Tints of Swiss Coffee #DBCAC3
RGB
CMYK
RGB Variations
Color information
#DBCAC3 (or 0xDBCAC3) is known color: Swiss Coffee. HEX triplet: DB, CA and C3. RGB value is (219,202,195). Sum of RGB (Red+Green+Blue) = 219+202+195=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC3 is #24353C. Grayscale: #CECECE. Windows color (decimal): -2372925 or 12831451. OLE color: 12831451.
HSL color Cylindrical-coordinate representation of color #DBCAC3: hue angle of 17.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCAC3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 195 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.14 |
| HSL | 17.5º | 0.25% | 0.81% | - |
| HSV(B) | 17.5º | 0.11% | 0.86% | - |
| XYZ | 60.18 | 61.24 | 60.28 | - |
| YUV | 206.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 195 | 0 | 0.08 | 0.11 | 0.14 | 17.5 | 0.25 | 0.81 |
| Hex | DB | CA | C3 | 0 | 8 | B | E | 12 | 19 | 51 |
| Octal | 333 | 312 | 303 | 0 | 10 | 13 | 16 | 22 | 31 | 121 |
| Binary | 11011011 | 11001010 | 11000011 | 0 | 1000 | 1011 | 1110 | 10010 | 11001 | 1010001 |
Color Harmonies of #DBCAC3
Complementary color
Monochromatic Colors of #DBCAC3
Black with #DBCAC3
Text Example
Text Example
White with #DBCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAC3; }
p { color: rgb(219,202,195); }
H1.HeaderClassName
{
color: #DBCAC3;
}
.AnyTagClassName
{
color: #DBCAC3;
}
</style>
background-color css
<style>
a { background-color: #DBCAC3; }
a { background-color: rgb(219,202,195); }
div.DivClassName
{
background-color: #DBCAC3;
}
.BgClassName
{
background-color: #DBCAC3;
}
</style>
border-color css
<style>
span { border-color: #DBCAC3; }
span { border-color: rgb(219,202,195); }
td.TdClassName
{
border-color: #DBCAC3;
}
.TagClassName
{
border-color: #DBCAC3;
}
</style>