#DBCAC3

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

Shades of Swiss Coffee #DBCAC3

Tints of Swiss Coffee #DBCAC3

Color information

#DBCAC3 (or 0xDBCAC3) is unknown color: approx Swiss Coffee. HEX triplet: DB, CA and C3. RGB value is (219,202,195). Sum of RGB (Red+Green+Blue) = 219+202+195=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC3 is #24353C. Grayscale: #CECECE. Windows color (decimal): -2372925 or 12831451. OLE color: 12831451.

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

Color convert

RGB219202195-
CMYK00.080.110.14
HSL17.5º25%81.18%-
HSV(B)17.5º10.96%85.88%-
XYZ60.1861.2460.28-
YUV206.28121.63137.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=35.55%
G=32.79%
B=31.66%

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
Decimal21920219500.080.110.1417.52581.18
HexDBCAC308BE121951
Octal33331230301013162231121
Binary110110111100101011000011010001011111010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAC3; }

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

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

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

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

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

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

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

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