#D6BA8F

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

Shades of Tan #D6BA8F

Tints of Tan #D6BA8F

Color information

#D6BA8F (or 0xD6BA8F) is unknown color: approx Tan. HEX triplet: D6, BA and 8F. RGB value is (214,186,143). Sum of RGB (Red+Green+Blue) = 214+186+143=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA8F is #294570. Grayscale: #BDBDBD. Windows color (decimal): -2704753 or 9419478. OLE color: 9419478.

HSL color Cylindrical-coordinate representation of color #D6BA8F: hue angle of 36.34º 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 #D6BA8F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214186143-
CMYK00.130.330.16
HSL36.34º46.41%70%-
HSV(B)36.34º33.18%83.92%-
XYZ50.2551.433.26-
YUV189.47101.78145.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=39.41%
G=34.25%
B=26.34%

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
Decimal21418614300.130.330.1636.3446.4170
HexD6BA8F0D2110242e46
Octal32627221701541204456106
Binary11010110101110101000111101101100001100001001001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA8F; }

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

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

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

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

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

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

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

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