#D6BB8E

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

Shades of Tan #D6BB8E

Tints of Tan #D6BB8E

Color information

#D6BB8E (or 0xD6BB8E) is unknown color: approx Tan. HEX triplet: D6, BB and 8E. RGB value is (214,187,142). Sum of RGB (Red+Green+Blue) = 214+187+142=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB8E is #294471. Grayscale: #BEBEBE. Windows color (decimal): -2704498 or 9354198. OLE color: 9354198.

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

Color convert

RGB214187142-
CMYK00.130.340.16
HSL37.5º46.75%69.8%-
HSV(B)37.5º33.64%83.92%-
XYZ50.3851.7932.93-
YUV189.94100.95145.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=39.41%
G=34.44%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418714200.130.340.1637.546.7569.8
HexD6BB8E0D2210262f46
Octal32627321601542204657106
Binary11010110101110111000111001101100010100001001101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB8E; }

 p { color: rgb(214,187,142); }

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

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

 a { background-color: rgb(214,187,142); }

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

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

 span { border-color: rgb(214,187,142); }

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