Html Css Color HEX #D6C7BF Swiss Coffee

📋 copy color: '#D6C7BF'

red 214 ◦ green 199 ◦ blue 191

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

Shades of Swiss Coffee #D6C7BF

Tints of Swiss Coffee #D6C7BF

RGB

 RED value IS 214 (83.98% from 255) = 35.43%

 GREEN value IS 199 (78.13% from 255) = 32.95%

 BLUE value IS 191 (75% from 255) = 31.62%

R = 35.43%
G = 32.95%
B = 31.62%

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

#D6C7BF (or 0xD6C7BF) is known color: Swiss Coffee. HEX triplet: D6, C7 and BF. RGB value is (214,199,191). Sum of RGB (Red+Green+Blue) = 214+199+191=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7BF is #293840. Grayscale: #CACACA. Windows color (decimal): -2701377 or 12568534. OLE color: 12568534.

HSL color Cylindrical-coordinate representation of color #D6C7BF: hue angle of 20.87º degrees, saturation: 0.22, 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 #D6C7BF is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 199 191 -
CMYK 0 0.07 0.11 0.16
HSL 20.87º 0.22% 0.79% -
HSV(B) 20.87º 0.11% 0.84% -
XYZ 57.56 58.9 57.63 -
YUV 202.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 214 199 191 0 0.07 0.11 0.16 20.87 0.22 0.79
Hex D6 C7 BF 0 7 B 10 15 16 4F
Octal 326 307 277 0 7 13 20 25 26 117
Binary 11010110 11000111 10111111 0 111 1011 10000 10101 10110 1001111

Color Harmonies of #D6C7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7BF

Black with #D6C7BF

Text Example


Text Example

White with #D6C7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7BF; }

 p { color: rgb(214,199,191); }

 H1.HeaderClassName
 {
   color: #D6C7BF;
 }
 .AnyTagClassName
 {
   color: #D6C7BF;
 }
</style>

background-color css

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

 a { background-color: rgb(214,199,191); }

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

border-color css

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

 span { border-color: rgb(214,199,191); }

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