#D5C6BE

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

Shades of Swiss Coffee #D5C6BE

Tints of Swiss Coffee #D5C6BE

Color information

#D5C6BE (or 0xD5C6BE) is unknown color: approx Swiss Coffee. HEX triplet: D5, C6 and BE. RGB value is (213,198,190). Sum of RGB (Red+Green+Blue) = 213+198+190=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6BE is #2A3941. Grayscale: #C9C9C9. Windows color (decimal): -2767170 or 12502741. OLE color: 12502741.

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

Color convert

RGB213198190-
CMYK00.070.110.16
HSL20.87º21.5%79.02%-
HSV(B)20.87º10.8%83.53%-
XYZ56.9358.2556.96-
YUV201.57121.47136.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=35.44%
G=32.95%
B=31.61%

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
Decimal21319819000.070.110.1620.8721.579.02
HexD5C6BE07B1015154f
Octal3253062760713202525117
Binary110101011100011010111110011110111000010101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C6BE; }

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

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

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

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

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

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

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

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