#D5B38D

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

Shades of Tan #D5B38D

Tints of Tan #D5B38D

Color information

#D5B38D (or 0xD5B38D) is unknown color: approx Tan. HEX triplet: D5, B3 and 8D. RGB value is (213,179,141). Sum of RGB (Red+Green+Blue) = 213+179+141=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B38D is #2A4C72. Grayscale: #B9B9B9. Windows color (decimal): -2772083 or 9286613. OLE color: 9286613.

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

Color convert

RGB213179141-
CMYK00.160.340.16
HSL31.67º46.15%69.41%-
HSV(B)31.67º33.8%83.53%-
XYZ48.3748.3131.97-
YUV184.83103.26148.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=39.96%
G=33.58%
B=26.45%

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
Decimal21317914100.160.340.1631.6746.1569.41
HexD5B38D0102210202e45
Octal32526321502042204056105
Binary110101011011001110001101010000100010100001000001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B38D; }

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

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

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

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

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

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

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

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