Shades of Swiss Coffee #DBCAC1
Tints of Swiss Coffee #DBCAC1
RGB
CMYK
RGB Variations
Color information
#DBCAC1 (or 0xDBCAC1) is known color: Swiss Coffee. HEX triplet: DB, CA and C1. RGB value is (219,202,193). Sum of RGB (Red+Green+Blue) = 219+202+193=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC1 is #24353E. Grayscale: #CECECE. Windows color (decimal): -2372927 or 12700379. OLE color: 12700379.
HSL color Cylindrical-coordinate representation of color #DBCAC1: hue angle of 20.77º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 202 | 193 | - |
CMYK | 0 | 0.08 | 0.12 | 0.14 |
HSL | 20.77º | 0.27% | 0.81% | - |
HSV(B) | 20.77º | 0.12% | 0.86% | - |
XYZ | 59.96 | 61.15 | 59.1 | - |
YUV | 206.06 | 120.63 | 137.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 202 | 193 | 0 | 0.08 | 0.12 | 0.14 | 20.77 | 0.27 | 0.81 |
Hex | DB | CA | C1 | 0 | 8 | C | E | 15 | 1B | 51 |
Octal | 333 | 312 | 301 | 0 | 10 | 14 | 16 | 25 | 33 | 121 |
Binary | 11011011 | 11001010 | 11000001 | 0 | 1000 | 1100 | 1110 | 10101 | 11011 | 1010001 |
Color Harmonies of #DBCAC1
Complementary color
Monochromatic Colors of #DBCAC1
Black with #DBCAC1
Text Example
Text Example
White with #DBCAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAC1; }
p { color: rgb(219,202,193); }
H1.HeaderClassName
{
color: #DBCAC1;
}
.AnyTagClassName
{
color: #DBCAC1;
}
</style>
background-color css
<style>
a { background-color: #DBCAC1; }
a { background-color: rgb(219,202,193); }
div.DivClassName
{
background-color: #DBCAC1;
}
.BgClassName
{
background-color: #DBCAC1;
}
</style>
border-color css
<style>
span { border-color: #DBCAC1; }
span { border-color: rgb(219,202,193); }
td.TdClassName
{
border-color: #DBCAC1;
}
.TagClassName
{
border-color: #DBCAC1;
}
</style>