#D5B991

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

Shades of Tan #D5B991

Tints of Tan #D5B991

Color information

#D5B991 (or 0xD5B991) is unknown color: approx Tan. HEX triplet: D5, B9 and 91. RGB value is (213,185,145). Sum of RGB (Red+Green+Blue) = 213+185+145=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B991 is #2A466E. Grayscale: #BCBCBC. Windows color (decimal): -2770543 or 9550293. OLE color: 9550293.

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

Color convert

RGB213185145-
CMYK00.130.320.16
HSL35.29º44.74%70.2%-
HSV(B)35.29º31.92%83.53%-
XYZ49.950.8933.98-
YUV188.81103.28145.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=39.23%
G=34.07%
B=26.70%

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
Decimal21318514500.130.320.1635.2944.7470.2
HexD5B9910D2010232d46
Octal32527122101540204355106
Binary11010101101110011001000101101100000100001000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B991; }

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

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

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

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

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

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

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

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