#D8CAC4

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

Shades of Swiss Coffee #D8CAC4

Tints of Swiss Coffee #D8CAC4

Color information

#D8CAC4 (or 0xD8CAC4) is unknown color: approx Swiss Coffee. HEX triplet: D8, CA and C4. RGB value is (216,202,196). Sum of RGB (Red+Green+Blue) = 216+202+196=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAC4 is #27353B. Grayscale: #CDCDCD. Windows color (decimal): -2569532 or 12896984. OLE color: 12896984.

HSL color Cylindrical-coordinate representation of color #D8CAC4: hue angle of 18º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8CAC4 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216202196-
CMYK00.060.090.15
HSL18º20.41%80.78%-
HSV(B)18º9.26%84.71%-
XYZ59.460.8360.83-
YUV205.5122.64135.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=35.18%
G=32.90%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620219600.060.090.151820.4180.78
HexD8CAC4069F121451
Octal3303123040611172224121
Binary11011000110010101100010001101001111110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAC4; }

 p { color: rgb(216,202,196); }

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

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

 a { background-color: rgb(216,202,196); }

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

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

 span { border-color: rgb(216,202,196); }

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