#DACBC5

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

Shades of Swiss Coffee #DACBC5

Tints of Swiss Coffee #DACBC5

Color information

#DACBC5 (or 0xDACBC5) is unknown color: approx Swiss Coffee. HEX triplet: DA, CB and C5. RGB value is (218,203,197). Sum of RGB (Red+Green+Blue) = 218+203+197=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBC5 is #25343A. Grayscale: #CECECE. Windows color (decimal): -2438203 or 12962778. OLE color: 12962778.

HSL color Cylindrical-coordinate representation of color #DACBC5: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACBC5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218203197-
CMYK00.070.100.15
HSL17.14º22.11%81.37%-
HSV(B)17.14º9.63%85.49%-
XYZ60.3561.6561.54-
YUV206.8122.47135.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 197 (77.34% from 255) = 31.88%
R=35.28%
G=32.85%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820319700.070.100.1517.1422.1181.37
HexDACBC507AF111651
Octal3323133050712172126121
Binary11011010110010111100010101111010111110001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBC5; }

 p { color: rgb(218,203,197); }

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

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

 a { background-color: rgb(218,203,197); }

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

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

 span { border-color: rgb(218,203,197); }

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