Shades of Swiss Coffee #DBD0C9
Tints of Swiss Coffee #DBD0C9
RGB
CMYK
RGB Variations
Color information
#DBD0C9 (or 0xDBD0C9) is known color: Swiss Coffee. HEX triplet: DB, D0 and C9. RGB value is (219,208,201). Sum of RGB (Red+Green+Blue) = 219+208+201=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0C9 is #242F36. Grayscale: #D2D2D2. Windows color (decimal): -2371383 or 13226203. OLE color: 13226203.
HSL color Cylindrical-coordinate representation of color #DBD0C9: hue angle of 23.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD0C9 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 201 | - |
CMYK | 0 | 0.05 | 0.08 | 0.14 |
HSL | 23.33º | 0.2% | 0.82% | - |
HSV(B) | 23.33º | 0.08% | 0.86% | - |
XYZ | 62.31 | 64.39 | 64.4 | - |
YUV | 210.49 | 122.64 | 134.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 201 | 0 | 0.05 | 0.08 | 0.14 | 23.33 | 0.2 | 0.82 |
Hex | DB | D0 | C9 | 0 | 5 | 8 | E | 17 | 14 | 52 |
Octal | 333 | 320 | 311 | 0 | 5 | 10 | 16 | 27 | 24 | 122 |
Binary | 11011011 | 11010000 | 11001001 | 0 | 101 | 1000 | 1110 | 10111 | 10100 | 1010010 |
Color Harmonies of #DBD0C9
Complementary color
Monochromatic Colors of #DBD0C9
Black with #DBD0C9
Text Example
Text Example
White with #DBD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0C9; }
p { color: rgb(219,208,201); }
H1.HeaderClassName
{
color: #DBD0C9;
}
.AnyTagClassName
{
color: #DBD0C9;
}
</style>
background-color css
<style>
a { background-color: #DBD0C9; }
a { background-color: rgb(219,208,201); }
div.DivClassName
{
background-color: #DBD0C9;
}
.BgClassName
{
background-color: #DBD0C9;
}
</style>
border-color css
<style>
span { border-color: #DBD0C9; }
span { border-color: rgb(219,208,201); }
td.TdClassName
{
border-color: #DBD0C9;
}
.TagClassName
{
border-color: #DBD0C9;
}
</style>