#D5B38C

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

Shades of Tan #D5B38C

Tints of Tan #D5B38C

Color information

#D5B38C (or 0xD5B38C) is unknown color: approx Tan. HEX triplet: D5, B3 and 8C. RGB value is (213,179,140). Sum of RGB (Red+Green+Blue) = 213+179+140=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B38C is #2A4C73. Grayscale: #B8B8B8. Windows color (decimal): -2772084 or 9221077. OLE color: 9221077.

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

Color convert

RGB213179140-
CMYK00.160.340.16
HSL32.05º46.5%69.22%-
HSV(B)32.05º34.27%83.53%-
XYZ48.2948.2831.58-
YUV184.72102.76148.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=40.04%
G=33.65%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317914000.160.340.1632.0546.569.22
HexD5B38C0102210202e45
Octal32526321402042204056105
Binary110101011011001110001100010000100010100001000001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B38C; }

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

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

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

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

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

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

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

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