#DCD2CB

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

Shades of Swiss Coffee #DCD2CB

Tints of Swiss Coffee #DCD2CB

Color information

#DCD2CB (or 0xDCD2CB) is unknown color: approx Swiss Coffee. HEX triplet: DC, D2 and CB. RGB value is (220,210,203). Sum of RGB (Red+Green+Blue) = 220+210+203=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2CB is #232D34. Grayscale: #D4D4D4. Windows color (decimal): -2305333 or 13357788. OLE color: 13357788.

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

Color convert

RGB220210203-
CMYK00.050.080.14
HSL24.71º19.54%82.94%-
HSV(B)24.71º7.73%86.27%-
XYZ63.3465.6265.83-
YUV212.19122.81133.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=34.76%
G=33.18%
B=32.07%

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
Decimal22021020300.050.080.1424.7119.5482.94
HexDCD2CB058E191453
Octal3343223130510163124123
Binary11011100110100101100101101011000111011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2CB; }

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

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

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

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

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

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

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

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