Shades of Swiss Coffee #DFCFCA
Tints of Swiss Coffee #DFCFCA
RGB
CMYK
RGB Variations
Color information
#DFCFCA (or 0xDFCFCA) is known color: Swiss Coffee. HEX triplet: DF, CF and CA. RGB value is (223,207,202). Sum of RGB (Red+Green+Blue) = 223+207+202=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFCA is #203035. Grayscale: #D3D3D3. Windows color (decimal): -2109494 or 13291487. OLE color: 13291487.
HSL color Cylindrical-coordinate representation of color #DFCFCA: hue angle of 14.29º degrees, saturation: 0.25, 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 #DFCFCA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 202 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.13 |
| HSL | 14.29º | 0.25% | 0.83% | - |
| HSV(B) | 14.29º | 0.09% | 0.87% | - |
| XYZ | 63.4 | 64.58 | 65 | - |
| YUV | 211.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 202 | 0 | 0.07 | 0.09 | 0.13 | 14.29 | 0.25 | 0.83 |
| Hex | DF | CF | CA | 0 | 7 | 9 | D | E | 19 | 53 |
| Octal | 337 | 317 | 312 | 0 | 7 | 11 | 15 | 16 | 31 | 123 |
| Binary | 11011111 | 11001111 | 11001010 | 0 | 111 | 1001 | 1101 | 1110 | 11001 | 1010011 |
Color Harmonies of #DFCFCA
Complementary color
Monochromatic Colors of #DFCFCA
Black with #DFCFCA
Text Example
Text Example
White with #DFCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFCA; }
p { color: rgb(223,207,202); }
H1.HeaderClassName
{
color: #DFCFCA;
}
.AnyTagClassName
{
color: #DFCFCA;
}
</style>
background-color css
<style>
a { background-color: #DFCFCA; }
a { background-color: rgb(223,207,202); }
div.DivClassName
{
background-color: #DFCFCA;
}
.BgClassName
{
background-color: #DFCFCA;
}
</style>
border-color css
<style>
span { border-color: #DFCFCA; }
span { border-color: rgb(223,207,202); }
td.TdClassName
{
border-color: #DFCFCA;
}
.TagClassName
{
border-color: #DFCFCA;
}
</style>