#D5BA91

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

Shades of Tan #D5BA91

Tints of Tan #D5BA91

Color information

#D5BA91 (or 0xD5BA91) is unknown color: approx Tan. HEX triplet: D5, BA and 91. RGB value is (213,186,145). Sum of RGB (Red+Green+Blue) = 213+186+145=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA91 is #2A456E. Grayscale: #BDBDBD. Windows color (decimal): -2770287 or 9550549. OLE color: 9550549.

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

Color convert

RGB213186145-
CMYK00.130.320.16
HSL36.18º44.74%70.2%-
HSV(B)36.18º31.92%83.53%-
XYZ50.1151.3134.05-
YUV189.4102.95144.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=39.15%
G=34.19%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318614500.130.320.1636.1844.7470.2
HexD5BA910D2010242d46
Octal32527222101540204455106
Binary11010101101110101001000101101100000100001001001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA91; }

 p { color: rgb(213,186,145); }

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

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

 a { background-color: rgb(213,186,145); }

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

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

 span { border-color: rgb(213,186,145); }

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