Shades of Swiss Coffee #DBD0CC
Tints of Swiss Coffee #DBD0CC
RGB
CMYK
RGB Variations
Color information
#DBD0CC (or 0xDBD0CC) is known color: Swiss Coffee. HEX triplet: DB, D0 and CC. RGB value is (219,208,204). Sum of RGB (Red+Green+Blue) = 219+208+204=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CC is #242F33. Grayscale: #D2D2D2. Windows color (decimal): -2371380 or 13422811. OLE color: 13422811.
HSL color Cylindrical-coordinate representation of color #DBD0CC: hue angle of 16º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD0CC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 204 | - |
CMYK | 0 | 0.05 | 0.07 | 0.14 |
HSL | 16º | 0.17% | 0.83% | - |
HSV(B) | 16º | 0.07% | 0.86% | - |
XYZ | 62.67 | 64.53 | 66.28 | - |
YUV | 210.83 | 124.14 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 204 | 0 | 0.05 | 0.07 | 0.14 | 16 | 0.17 | 0.83 |
Hex | DB | D0 | CC | 0 | 5 | 7 | E | 10 | 11 | 53 |
Octal | 333 | 320 | 314 | 0 | 5 | 7 | 16 | 20 | 21 | 123 |
Binary | 11011011 | 11010000 | 11001100 | 0 | 101 | 111 | 1110 | 10000 | 10001 | 1010011 |
Color Harmonies of #DBD0CC
Complementary color
Monochromatic Colors of #DBD0CC
Black with #DBD0CC
Text Example
Text Example
White with #DBD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0CC; }
p { color: rgb(219,208,204); }
H1.HeaderClassName
{
color: #DBD0CC;
}
.AnyTagClassName
{
color: #DBD0CC;
}
</style>
background-color css
<style>
a { background-color: #DBD0CC; }
a { background-color: rgb(219,208,204); }
div.DivClassName
{
background-color: #DBD0CC;
}
.BgClassName
{
background-color: #DBD0CC;
}
</style>
border-color css
<style>
span { border-color: #DBD0CC; }
span { border-color: rgb(219,208,204); }
td.TdClassName
{
border-color: #DBD0CC;
}
.TagClassName
{
border-color: #DBD0CC;
}
</style>