#D6C8C0

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

Shades of Swiss Coffee #D6C8C0

Tints of Swiss Coffee #D6C8C0

Color information

#D6C8C0 (or 0xD6C8C0) is unknown color: approx Swiss Coffee. HEX triplet: D6, C8 and C0. RGB value is (214,200,192). Sum of RGB (Red+Green+Blue) = 214+200+192=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8C0 is #29373F. Grayscale: #CBCBCB. Windows color (decimal): -2701120 or 12634326. OLE color: 12634326.

HSL color Cylindrical-coordinate representation of color #D6C8C0: hue angle of 21.82º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C8C0 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214200192-
CMYK00.070.100.16
HSL21.82º21.15%79.61%-
HSV(B)21.82º10.28%83.92%-
XYZ57.959.4158.28-
YUV203.27121.64135.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=35.31%
G=33.00%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420019200.070.100.1621.8221.1579.61
HexD6C8C007A10161550
Octal3263103000712202625120
Binary110101101100100011000000011110101000010110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8C0; }

 p { color: rgb(214,200,192); }

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

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

 a { background-color: rgb(214,200,192); }

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

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

 span { border-color: rgb(214,200,192); }

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