#DFD0C8

Color #DFD0C8 Swiss Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swiss Coffee #DFD0C8

Tints of Swiss Coffee #DFD0C8

Color information

#DFD0C8 (or 0xDFD0C8) is unknown color: approx Swiss Coffee. HEX triplet: DF, D0 and C8. RGB value is (223,208,200). Sum of RGB (Red+Green+Blue) = 223+208+200=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0C8 is #202F37. Grayscale: #D3D3D3. Windows color (decimal): -2109240 or 13160671. OLE color: 13160671.

HSL color Cylindrical-coordinate representation of color #DFD0C8: hue angle of 20.87º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD0C8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223208200-
CMYK00.070.100.13
HSL20.87º26.44%82.94%-
HSV(B)20.87º10.31%87.45%-
XYZ63.4164.9763.84-
YUV211.57121.47136.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 200 (78.52% from 255) = 31.70%
R=35.34%
G=32.96%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320820000.070.100.1320.8726.4482.94
HexDFD0C807AD151a53
Octal3373203100712152532123
Binary11011111110100001100100001111010110110101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0C8; }

 p { color: rgb(223,208,200); }

 H1.HeaderClassName
 {
   color: #DFD0C8;
 }
 .AnyTagClassName
 {
   color: #DFD0C8;
 }
</style>
background-color css

<style>
 a { background-color: #DFD0C8; }

 a { background-color: rgb(223,208,200); }

 div.DivClassName
 {
   background-color: #DFD0C8;
 }
 .BgClassName
 {
   background-color: #DFD0C8;
 }
</style>
border-color css

<style>
 span { border-color: #DFD0C8; }

 span { border-color: rgb(223,208,200); }

 td.TdClassName
 {
   border-color: #DFD0C8;
 }
 .TagClassName
 {
   border-color: #DFD0C8;
 }
</style>