#D5B48C

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

Shades of Tan #D5B48C

Tints of Tan #D5B48C

Color information

#D5B48C (or 0xD5B48C) is unknown color: approx Tan. HEX triplet: D5, B4 and 8C. RGB value is (213,180,140). Sum of RGB (Red+Green+Blue) = 213+180+140=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B48C is #2A4B73. Grayscale: #B9B9B9. Windows color (decimal): -2771828 or 9221333. OLE color: 9221333.

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

Color convert

RGB213180140-
CMYK00.150.340.16
HSL32.88º46.5%69.22%-
HSV(B)32.88º34.27%83.53%-
XYZ48.548.6831.65-
YUV185.31102.43147.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 140 (55.08% from 255) = 26.27%
R=39.96%
G=33.77%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318014000.150.340.1632.8846.569.22
HexD5B48C0F2210212e45
Octal32526421401742204156105
Binary11010101101101001000110001111100010100001000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B48C; }

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

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

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

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

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

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

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

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