#D5B48D

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

Shades of Tan #D5B48D

Tints of Tan #D5B48D

Color information

#D5B48D (or 0xD5B48D) is unknown color: approx Tan. HEX triplet: D5, B4 and 8D. RGB value is (213,180,141). Sum of RGB (Red+Green+Blue) = 213+180+141=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B48D is #2A4B72. Grayscale: #B9B9B9. Windows color (decimal): -2771827 or 9286869. OLE color: 9286869.

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

Color convert

RGB213180141-
CMYK00.150.340.16
HSL32.5º46.15%69.41%-
HSV(B)32.5º33.8%83.53%-
XYZ48.5748.7132.04-
YUV185.42102.93147.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=39.89%
G=33.71%
B=26.40%

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
Decimal21318014100.150.340.1632.546.1569.41
HexD5B48D0F2210212e45
Octal32526421501742204156105
Binary11010101101101001000110101111100010100001000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B48D; }

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

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

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

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

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

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

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

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