#DACBC4

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

Shades of Swiss Coffee #DACBC4

Tints of Swiss Coffee #DACBC4

Color information

#DACBC4 (or 0xDACBC4) is unknown color: approx Swiss Coffee. HEX triplet: DA, CB and C4. RGB value is (218,203,196). Sum of RGB (Red+Green+Blue) = 218+203+196=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBC4 is #25343B. Grayscale: #CECECE. Windows color (decimal): -2438204 or 12897242. OLE color: 12897242.

HSL color Cylindrical-coordinate representation of color #DACBC4: hue angle of 19.09º degrees, saturation: 0.23, 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 #DACBC4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218203196-
CMYK00.070.100.15
HSL19.09º22.92%81.18%-
HSV(B)19.09º10.09%85.49%-
XYZ60.2361.660.94-
YUV206.69121.97136.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=35.33%
G=32.90%
B=31.77%

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
Decimal21820319600.070.100.1519.0922.9281.18
HexDACBC407AF131751
Octal3323133040712172327121
Binary11011010110010111100010001111010111110011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBC4; }

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

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

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

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

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

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

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

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