#DFD2CD

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

Shades of Swiss Coffee #DFD2CD

Tints of Swiss Coffee #DFD2CD

Color information

#DFD2CD (or 0xDFD2CD) is unknown color: approx Swiss Coffee. HEX triplet: DF, D2 and CD. RGB value is (223,210,205). Sum of RGB (Red+Green+Blue) = 223+210+205=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CD is #202D32. Grayscale: #D5D5D5. Windows color (decimal): -2108723 or 13488863. OLE color: 13488863.

HSL color Cylindrical-coordinate representation of color #DFD2CD: hue angle of 16.67º 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 #DFD2CD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223210205-
CMYK00.060.080.13
HSL16.67º21.95%83.92%-
HSV(B)16.67º8.07%87.45%-
XYZ64.566.1967.13-
YUV213.32123.31134.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 210 (82.42% from 255) = 32.92%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=34.95%
G=32.92%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321020500.060.080.1316.6721.9583.92
HexDFD2CD068D111654
Octal3373223150610152126124
Binary11011111110100101100110101101000110110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2CD; }

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

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

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

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

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

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

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

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