Shades of Swiss Coffee #DBD0CA
Tints of Swiss Coffee #DBD0CA
RGB
CMYK
RGB Variations
Color information
#DBD0CA (or 0xDBD0CA) is known color: Swiss Coffee. HEX triplet: DB, D0 and CA. RGB value is (219,208,202). Sum of RGB (Red+Green+Blue) = 219+208+202=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CA is #242F35. Grayscale: #D2D2D2. Windows color (decimal): -2371382 or 13291739. OLE color: 13291739.
HSL color Cylindrical-coordinate representation of color #DBD0CA: hue angle of 21.18º 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 #DBD0CA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 202 | - |
CMYK | 0 | 0.05 | 0.08 | 0.14 |
HSL | 21.18º | 0.19% | 0.83% | - |
HSV(B) | 21.18º | 0.08% | 0.86% | - |
XYZ | 62.43 | 64.44 | 65.02 | - |
YUV | 210.61 | 123.14 | 133.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 202 | 0 | 0.05 | 0.08 | 0.14 | 21.18 | 0.19 | 0.83 |
Hex | DB | D0 | CA | 0 | 5 | 8 | E | 15 | 13 | 53 |
Octal | 333 | 320 | 312 | 0 | 5 | 10 | 16 | 25 | 23 | 123 |
Binary | 11011011 | 11010000 | 11001010 | 0 | 101 | 1000 | 1110 | 10101 | 10011 | 1010011 |
Color Harmonies of #DBD0CA
Complementary color
Monochromatic Colors of #DBD0CA
Black with #DBD0CA
Text Example
Text Example
White with #DBD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0CA; }
p { color: rgb(219,208,202); }
H1.HeaderClassName
{
color: #DBD0CA;
}
.AnyTagClassName
{
color: #DBD0CA;
}
</style>
background-color css
<style>
a { background-color: #DBD0CA; }
a { background-color: rgb(219,208,202); }
div.DivClassName
{
background-color: #DBD0CA;
}
.BgClassName
{
background-color: #DBD0CA;
}
</style>
border-color css
<style>
span { border-color: #DBD0CA; }
span { border-color: rgb(219,208,202); }
td.TdClassName
{
border-color: #DBD0CA;
}
.TagClassName
{
border-color: #DBD0CA;
}
</style>