#DCCBC3

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

Shades of Swiss Coffee #DCCBC3

Tints of Swiss Coffee #DCCBC3

Color information

#DCCBC3 (or 0xDCCBC3) is unknown color: approx Swiss Coffee. HEX triplet: DC, CB and C3. RGB value is (220,203,195). Sum of RGB (Red+Green+Blue) = 220+203+195=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBC3 is #23343C. Grayscale: #CFCFCF. Windows color (decimal): -2307133 or 12831708. OLE color: 12831708.

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

Color convert

RGB220203195-
CMYK00.080.110.14
HSL19.2º26.32%81.37%-
HSV(B)19.2º11.36%86.27%-
XYZ60.7261.8760.37-
YUV207.17121.13137.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 195 (76.56% from 255) = 31.55%
R=35.60%
G=32.85%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020319500.080.110.1419.226.3281.37
HexDCCBC308BE131a51
Octal33431330301013162332121
Binary110111001100101111000011010001011111010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBC3; }

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

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

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

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

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

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

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

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