#D7D0CB

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

Shades of Swiss Coffee #D7D0CB

Tints of Swiss Coffee #D7D0CB

Color information

#D7D0CB (or 0xD7D0CB) is unknown color: approx Swiss Coffee. HEX triplet: D7, D0 and CB. RGB value is (215,208,203). Sum of RGB (Red+Green+Blue) = 215+208+203=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CB is #282F34. Grayscale: #D1D1D1. Windows color (decimal): -2633525 or 13357271. OLE color: 13357271.

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

Color convert

RGB215208203-
CMYK00.030.060.16
HSL25º13.04%81.96%-
HSV(B)25º5.58%84.31%-
XYZ61.3663.8765.59-
YUV209.52124.32131.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=34.35%
G=33.23%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520820300.030.060.162513.0481.96
HexD7D0CB0361019d52
Octal327320313036203115122
Binary110101111101000011001011011110100001100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0CB; }

 p { color: rgb(215,208,203); }

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

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

 a { background-color: rgb(215,208,203); }

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

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

 span { border-color: rgb(215,208,203); }

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