#D5B58F

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

Shades of Tan #D5B58F

Tints of Tan #D5B58F

Color information

#D5B58F (or 0xD5B58F) is unknown color: approx Tan. HEX triplet: D5, B5 and 8F. RGB value is (213,181,143). Sum of RGB (Red+Green+Blue) = 213+181+143=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B58F is #2A4A70. Grayscale: #BABABA. Windows color (decimal): -2771569 or 9418197. OLE color: 9418197.

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

Color convert

RGB213181143-
CMYK00.150.330.16
HSL32.57º45.45%69.8%-
HSV(B)32.57º32.86%83.53%-
XYZ48.9249.1832.9-
YUV186.24103.6147.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 143 (56.25% from 255) = 26.63%
R=39.66%
G=33.71%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318114300.150.330.1632.5745.4569.8
HexD5B58F0F2110212d46
Octal32526521701741204155106
Binary11010101101101011000111101111100001100001000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B58F; }

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

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

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

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

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

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

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

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