#D5BA8D

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

Shades of Tan #D5BA8D

Tints of Tan #D5BA8D

Color information

#D5BA8D (or 0xD5BA8D) is unknown color: approx Tan. HEX triplet: D5, BA and 8D. RGB value is (213,186,141). Sum of RGB (Red+Green+Blue) = 213+186+141=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA8D is #2A4572. Grayscale: #BDBDBD. Windows color (decimal): -2770291 or 9288405. OLE color: 9288405.

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

Color convert

RGB213186141-
CMYK00.130.340.16
HSL37.5º46.15%69.41%-
HSV(B)37.5º33.8%83.53%-
XYZ49.8151.1932.45-
YUV188.94100.95145.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=39.44%
G=34.44%
B=26.11%

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
Decimal21318614100.130.340.1637.546.1569.41
HexD5BA8D0D2210262e45
Octal32527221501542204656105
Binary11010101101110101000110101101100010100001001101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA8D; }

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

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

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

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

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

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

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

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