#DCCBC1

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

Shades of Swiss Coffee #DCCBC1

Tints of Swiss Coffee #DCCBC1

Color information

#DCCBC1 (or 0xDCCBC1) is unknown color: approx Swiss Coffee. HEX triplet: DC, CB and C1. RGB value is (220,203,193). Sum of RGB (Red+Green+Blue) = 220+203+193=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBC1 is #23343E. Grayscale: #CECECE. Windows color (decimal): -2307135 or 12700636. OLE color: 12700636.

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

Color convert

RGB220203193-
CMYK00.080.120.14
HSL22.22º27.84%80.98%-
HSV(B)22.22º12.27%86.27%-
XYZ60.561.7859.19-
YUV206.94120.13137.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=35.71%
G=32.95%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020319300.080.120.1422.2227.8480.98
HexDCCBC108CE161c51
Octal33431330101014162634121
Binary110111001100101111000001010001100111010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBC1; }

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

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

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

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

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

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

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

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