#D5B38E

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

Shades of Tan #D5B38E

Tints of Tan #D5B38E

Color information

#D5B38E (or 0xD5B38E) is unknown color: approx Tan. HEX triplet: D5, B3 and 8E. RGB value is (213,179,142). Sum of RGB (Red+Green+Blue) = 213+179+142=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B38E is #2A4C71. Grayscale: #B9B9B9. Windows color (decimal): -2772082 or 9352149. OLE color: 9352149.

HSL color Cylindrical-coordinate representation of color #D5B38E: hue angle of 31.27º degrees, saturation: 0.46, 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 #D5B38E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213179142-
CMYK00.160.330.16
HSL31.27º45.81%69.61%-
HSV(B)31.27º33.33%83.53%-
XYZ48.4448.3432.37-
YUV184.95103.76148.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 179 (70.31% from 255) = 33.52%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=39.89%
G=33.52%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317914200.160.330.1631.2745.8169.61
HexD5B38E01021101f2e46
Octal32526321602041203756106
Binary11010101101100111000111001000010000110000111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B38E; }

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

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

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

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

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

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

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

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