#D6BA8D

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

Shades of Tan #D6BA8D

Tints of Tan #D6BA8D

Color information

#D6BA8D (or 0xD6BA8D) is unknown color: approx Tan. HEX triplet: D6, BA and 8D. RGB value is (214,186,141). Sum of RGB (Red+Green+Blue) = 214+186+141=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA8D is #294572. Grayscale: #BDBDBD. Windows color (decimal): -2704755 or 9288406. OLE color: 9288406.

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

Color convert

RGB214186141-
CMYK00.130.340.16
HSL36.99º47.1%69.61%-
HSV(B)36.99º34.11%83.92%-
XYZ50.151.3432.47-
YUV189.24100.78145.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=39.56%
G=34.38%
B=26.06%

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
Decimal21418614100.130.340.1636.9947.169.61
HexD6BA8D0D2210252f46
Octal32627221501542204557106
Binary11010110101110101000110101101100010100001001011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA8D; }

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

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

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

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

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

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

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

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