#D5B391

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

Shades of Tan #D5B391

Tints of Tan #D5B391

Color information

#D5B391 (or 0xD5B391) is unknown color: approx Tan. HEX triplet: D5, B3 and 91. RGB value is (213,179,145). Sum of RGB (Red+Green+Blue) = 213+179+145=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B391 is #2A4C6E. Grayscale: #B9B9B9. Windows color (decimal): -2772079 or 9548757. OLE color: 9548757.

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

Color convert

RGB213179145-
CMYK00.160.320.16
HSL30º44.74%70.2%-
HSV(B)30º31.92%83.53%-
XYZ48.6748.4333.57-
YUV185.29105.26147.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 179 (70.31% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 27.00%
R=39.66%
G=33.33%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317914500.160.320.163044.7470.2
HexD5B39101020101e2d46
Octal32526322102040203655106
Binary11010101101100111001000101000010000010000111101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B391; }

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

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

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

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

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

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

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

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