#DBCAC2

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

Shades of Swiss Coffee #DBCAC2

Tints of Swiss Coffee #DBCAC2

Color information

#DBCAC2 (or 0xDBCAC2) is unknown color: approx Swiss Coffee. HEX triplet: DB, CA and C2. RGB value is (219,202,194). Sum of RGB (Red+Green+Blue) = 219+202+194=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC2 is #24353D. Grayscale: #CECECE. Windows color (decimal): -2372926 or 12765915. OLE color: 12765915.

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

Color convert

RGB219202194-
CMYK00.080.110.14
HSL19.2º25.77%80.98%-
HSV(B)19.2º11.42%85.88%-
XYZ60.0761.259.68-
YUV206.17121.13137.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=35.61%
G=32.85%
B=31.54%

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
Decimal21920219400.080.110.1419.225.7780.98
HexDBCAC208BE131a51
Octal33331230201013162332121
Binary110110111100101011000010010001011111010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAC2; }

 p { color: rgb(219,202,194); }

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

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

 a { background-color: rgb(219,202,194); }

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

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

 span { border-color: rgb(219,202,194); }

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