#DFD1CA

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

Shades of Swiss Coffee #DFD1CA

Tints of Swiss Coffee #DFD1CA

Color information

#DFD1CA (or 0xDFD1CA) is unknown color: approx Swiss Coffee. HEX triplet: DF, D1 and CA. RGB value is (223,209,202). Sum of RGB (Red+Green+Blue) = 223+209+202=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1CA is #202E35. Grayscale: #D4D4D4. Windows color (decimal): -2108982 or 13291999. OLE color: 13291999.

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

Color convert

RGB223209202-
CMYK00.060.090.13
HSL20º24.71%83.33%-
HSV(B)20º9.42%87.45%-
XYZ63.8965.5565.16-
YUV212.39122.14135.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=35.17%
G=32.97%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320920200.060.090.132024.7183.33
HexDFD1CA069D141953
Octal3373213120611152431123
Binary11011111110100011100101001101001110110100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1CA; }

 p { color: rgb(223,209,202); }

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

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

 a { background-color: rgb(223,209,202); }

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

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

 span { border-color: rgb(223,209,202); }

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