Shades of Swiss Coffee #DDD0C9
Tints of Swiss Coffee #DDD0C9
RGB
CMYK
RGB Variations
Color information
#DDD0C9 (or 0xDDD0C9) is known color: Swiss Coffee. HEX triplet: DD, D0 and C9. RGB value is (221,208,201). Sum of RGB (Red+Green+Blue) = 221+208+201=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0C9 is #222F36. Grayscale: #D3D3D3. Windows color (decimal): -2240311 or 13226205. OLE color: 13226205.
HSL color Cylindrical-coordinate representation of color #DDD0C9: hue angle of 21º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD0C9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 201 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.13 |
| HSL | 21º | 0.23% | 0.83% | - |
| HSV(B) | 21º | 0.09% | 0.87% | - |
| XYZ | 62.92 | 64.7 | 64.43 | - |
| YUV | 211.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 201 | 0 | 0.06 | 0.09 | 0.13 | 21 | 0.23 | 0.83 |
| Hex | DD | D0 | C9 | 0 | 6 | 9 | D | 15 | 17 | 53 |
| Octal | 335 | 320 | 311 | 0 | 6 | 11 | 15 | 25 | 27 | 123 |
| Binary | 11011101 | 11010000 | 11001001 | 0 | 110 | 1001 | 1101 | 10101 | 10111 | 1010011 |
Color Harmonies of #DDD0C9
Complementary color
Monochromatic Colors of #DDD0C9
Black with #DDD0C9
Text Example
Text Example
White with #DDD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0C9; }
p { color: rgb(221,208,201); }
H1.HeaderClassName
{
color: #DDD0C9;
}
.AnyTagClassName
{
color: #DDD0C9;
}
</style>
background-color css
<style>
a { background-color: #DDD0C9; }
a { background-color: rgb(221,208,201); }
div.DivClassName
{
background-color: #DDD0C9;
}
.BgClassName
{
background-color: #DDD0C9;
}
</style>
border-color css
<style>
span { border-color: #DDD0C9; }
span { border-color: rgb(221,208,201); }
td.TdClassName
{
border-color: #DDD0C9;
}
.TagClassName
{
border-color: #DDD0C9;
}
</style>