#DFD3CD

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

Shades of Swiss Coffee #DFD3CD

Tints of Swiss Coffee #DFD3CD

Color information

#DFD3CD (or 0xDFD3CD) is unknown color: approx Swiss Coffee. HEX triplet: DF, D3 and CD. RGB value is (223,211,205). Sum of RGB (Red+Green+Blue) = 223+211+205=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3CD is #202C32. Grayscale: #D5D5D5. Windows color (decimal): -2108467 or 13489119. OLE color: 13489119.

HSL color Cylindrical-coordinate representation of color #DFD3CD: hue angle of 20º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD3CD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223211205-
CMYK00.050.080.13
HSL20º21.95%83.92%-
HSV(B)20º8.07%87.45%-
XYZ64.7566.6867.22-
YUV213.9122.98134.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=34.90%
G=33.02%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321120500.050.080.132021.9583.92
HexDFD3CD058D141654
Octal3373233150510152426124
Binary11011111110100111100110101011000110110100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3CD; }

 p { color: rgb(223,211,205); }

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

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

 a { background-color: rgb(223,211,205); }

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

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

 span { border-color: rgb(223,211,205); }

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