#DBCAC1

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

Shades of Swiss Coffee #DBCAC1

Tints of Swiss Coffee #DBCAC1

Color information

#DBCAC1 (or 0xDBCAC1) is unknown color: approx Swiss Coffee. HEX triplet: DB, CA and C1. RGB value is (219,202,193). Sum of RGB (Red+Green+Blue) = 219+202+193=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC1 is #24353E. Grayscale: #CECECE. Windows color (decimal): -2372927 or 12700379. OLE color: 12700379.

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

Color convert

RGB219202193-
CMYK00.080.120.14
HSL20.77º26.53%80.78%-
HSV(B)20.77º11.87%85.88%-
XYZ59.9661.1559.1-
YUV206.06120.63137.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=35.67%
G=32.90%
B=31.43%

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
Decimal21920219300.080.120.1420.7726.5380.78
HexDBCAC108CE151b51
Octal33331230101014162533121
Binary110110111100101011000001010001100111010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAC1; }

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

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

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

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

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

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

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

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