Html Css Color HEX #D6C6BE Swiss Coffee

📋 copy color: '#D6C6BE'

red 214 ◦ green 198 ◦ blue 190

#D6C6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swiss Coffee #D6C6BE

Tints of Swiss Coffee #D6C6BE

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 value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6C6BE (or 0xD6C6BE) is known color: 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

RGB 214 198 190 -
CMYK 0 0.07 0.11 0.16
HSL 20º 0.23% 0.79% -
HSV(B) 20º 0.11% 0.84% -
XYZ 57.22 58.4 56.97 -
YUV 201.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 214 198 190 0 0.07 0.11 0.16 20 0.23 0.79
Hex D6 C6 BE 0 7 B 10 14 17 4F
Octal 326 306 276 0 7 13 20 24 27 117
Binary 11010110 11000110 10111110 0 111 1011 10000 10100 10111 1001111

Color Harmonies of #D6C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6BE

Black with #D6C6BE

Text Example


Text Example

White with #D6C6BE

Text Example


Text Example

HTML Codes & Css Web 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>