#D6D0CD

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

Shades of Swiss Coffee #D6D0CD

Tints of Swiss Coffee #D6D0CD

Color information

#D6D0CD (or 0xD6D0CD) is unknown color: approx Swiss Coffee. HEX triplet: D6, D0 and CD. RGB value is (214,208,205). Sum of RGB (Red+Green+Blue) = 214+208+205=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CD is #292F32. Grayscale: #D1D1D1. Windows color (decimal): -2699059 or 13488342. OLE color: 13488342.

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

Color convert

RGB214208205-
CMYK00.030.040.16
HSL20º9.89%82.16%-
HSV(B)20º4.21%83.92%-
XYZ61.3163.8266.84-
YUV209.45125.49131.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=34.13%
G=33.17%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420820500.030.040.16209.8982.16
HexD6D0CD0341014a52
Octal326320315034202412122
Binary110101101101000011001101011100100001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0CD; }

 p { color: rgb(214,208,205); }

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

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

 a { background-color: rgb(214,208,205); }

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

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

 span { border-color: rgb(214,208,205); }

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