#DFD2CA

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

Shades of Swiss Coffee #DFD2CA

Tints of Swiss Coffee #DFD2CA

Color information

#DFD2CA (or 0xDFD2CA) is unknown color: approx Swiss Coffee. HEX triplet: DF, D2 and CA. RGB value is (223,210,202). Sum of RGB (Red+Green+Blue) = 223+210+202=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2CA is #202D35. Grayscale: #D5D5D5. Windows color (decimal): -2108726 or 13292255. OLE color: 13292255.

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

Color convert

RGB223210202-
CMYK00.060.090.13
HSL22.86º24.71%83.33%-
HSV(B)22.86º9.42%87.45%-
XYZ64.1466.0565.24-
YUV212.98121.81135.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=35.12%
G=33.07%
B=31.81%

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
Decimal22321020200.060.090.1322.8624.7183.33
HexDFD2CA069D171953
Octal3373223120611152731123
Binary11011111110100101100101001101001110110111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2CA; }

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

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

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

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

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

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

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

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