#DFD0CA

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

Shades of Swiss Coffee #DFD0CA

Tints of Swiss Coffee #DFD0CA

Color information

#DFD0CA (or 0xDFD0CA) is unknown color: approx Swiss Coffee. HEX triplet: DF, D0 and CA. RGB value is (223,208,202). Sum of RGB (Red+Green+Blue) = 223+208+202=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0CA is #202F35. Grayscale: #D3D3D3. Windows color (decimal): -2109238 or 13291743. OLE color: 13291743.

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

Color convert

RGB223208202-
CMYK00.070.090.13
HSL17.14º24.71%83.33%-
HSV(B)17.14º9.42%87.45%-
XYZ63.6565.0665.08-
YUV211.8122.47135.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=35.23%
G=32.86%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320820200.070.090.1317.1424.7183.33
HexDFD0CA079D111953
Octal3373203120711152131123
Binary11011111110100001100101001111001110110001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD0CA; }

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

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

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

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

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

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

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

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