#DCD1CA

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

Shades of Swiss Coffee #DCD1CA

Tints of Swiss Coffee #DCD1CA

Color information

#DCD1CA (or 0xDCD1CA) is unknown color: approx Swiss Coffee. HEX triplet: DC, D1 and CA. RGB value is (220,209,202). Sum of RGB (Red+Green+Blue) = 220+209+202=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1CA is #232E35. Grayscale: #D3D3D3. Windows color (decimal): -2305590 or 13291996. OLE color: 13291996.

HSL color Cylindrical-coordinate representation of color #DCD1CA: hue angle of 23.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD1CA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220209202-
CMYK00.050.080.14
HSL23.33º20.45%82.75%-
HSV(B)23.33º8.18%86.27%-
XYZ62.9865.0865.12-
YUV211.49122.64134.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=34.87%
G=33.12%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020920200.050.080.1423.3320.4582.75
HexDCD1CA058E171453
Octal3343213120510162724123
Binary11011100110100011100101001011000111010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1CA; }

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

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

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

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

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

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

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

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