#D5B58A

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

Shades of Tan #D5B58A

Tints of Tan #D5B58A

Color information

#D5B58A (or 0xD5B58A) is unknown color: approx Tan. HEX triplet: D5, B5 and 8A. RGB value is (213,181,138). Sum of RGB (Red+Green+Blue) = 213+181+138=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B58A is #2A4A75. Grayscale: #B9B9B9. Windows color (decimal): -2771574 or 9090517. OLE color: 9090517.

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

Color convert

RGB213181138-
CMYK00.150.350.16
HSL34.4º47.17%68.82%-
HSV(B)34.4º35.21%83.53%-
XYZ48.5549.0330.95-
YUV185.67101.1147.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=40.04%
G=34.02%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318113800.150.350.1634.447.1768.82
HexD5B58A0F2310222f45
Octal32526521201743204257105
Binary11010101101101011000101001111100011100001000101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B58A; }

 p { color: rgb(213,181,138); }

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

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

 a { background-color: rgb(213,181,138); }

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

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

 span { border-color: rgb(213,181,138); }

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