#DCD1CB

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

Shades of Swiss Coffee #DCD1CB

Tints of Swiss Coffee #DCD1CB

Color information

#DCD1CB (or 0xDCD1CB) is unknown color: approx Swiss Coffee. HEX triplet: DC, D1 and CB. RGB value is (220,209,203). Sum of RGB (Red+Green+Blue) = 220+209+203=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1CB is #232E34. Grayscale: #D3D3D3. Windows color (decimal): -2305589 or 13357532. OLE color: 13357532.

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

Color convert

RGB220209203-
CMYK00.050.080.14
HSL21.18º19.54%82.94%-
HSV(B)21.18º7.73%86.27%-
XYZ63.165.1365.75-
YUV211.6123.14133.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=34.81%
G=33.07%
B=32.12%

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
Decimal22020920300.050.080.1421.1819.5482.94
HexDCD1CB058E151453
Octal3343213130510162524123
Binary11011100110100011100101101011000111010101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1CB; }

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

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

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

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

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

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

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

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