#D6C6BE

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

Shades of Swiss Coffee #D6C6BE

Tints of Swiss Coffee #D6C6BE

Color information

#D6C6BE (or 0xD6C6BE) is unknown color: approx Swiss Coffee. HEX triplet: D6, C6 and BE. RGB value is (214,198,190). Sum of RGB (Red+Green+Blue) = 214+198+190=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6BE is #293941. Grayscale: #C9C9C9. Windows color (decimal): -2701634 or 12502742. OLE color: 12502742.

HSL color Cylindrical-coordinate representation of color #D6C6BE: hue angle of 20º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C6BE is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214198190-
CMYK00.070.110.16
HSL20º22.64%79.22%-
HSV(B)20º11.21%83.92%-
XYZ57.2258.456.97-
YUV201.87121.3136.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 198 (77.73% from 255) = 32.89%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=35.55%
G=32.89%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419819000.070.110.162022.6479.22
HexD6C6BE07B1014174f
Octal3263062760713202427117
Binary110101101100011010111110011110111000010100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6BE; }

 p { color: rgb(214,198,190); }

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

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

 a { background-color: rgb(214,198,190); }

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

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

 span { border-color: rgb(214,198,190); }

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