#D6BB8F

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

Shades of Tan #D6BB8F

Tints of Tan #D6BB8F

Color information

#D6BB8F (or 0xD6BB8F) is unknown color: approx Tan. HEX triplet: D6, BB and 8F. RGB value is (214,187,143). Sum of RGB (Red+Green+Blue) = 214+187+143=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB8F is #294470. Grayscale: #BEBEBE. Windows color (decimal): -2704497 or 9419734. OLE color: 9419734.

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

Color convert

RGB214187143-
CMYK00.130.330.16
HSL37.18º46.41%70%-
HSV(B)37.18º33.18%83.92%-
XYZ50.4651.8233.33-
YUV190.06101.45145.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=39.34%
G=34.38%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418714300.130.330.1637.1846.4170
HexD6BB8F0D2110252e46
Octal32627321701541204556106
Binary11010110101110111000111101101100001100001001011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB8F; }

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

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

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

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

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

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

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

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