#D5B88A

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

Shades of Tan #D5B88A

Tints of Tan #D5B88A

Color information

#D5B88A (or 0xD5B88A) is unknown color: approx Tan. HEX triplet: D5, B8 and 8A. RGB value is (213,184,138). Sum of RGB (Red+Green+Blue) = 213+184+138=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B88A is #2A4775. Grayscale: #BBBBBB. Windows color (decimal): -2770806 or 9091285. OLE color: 9091285.

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

Color convert

RGB213184138-
CMYK00.140.350.16
HSL36.8º47.17%68.82%-
HSV(B)36.8º35.21%83.53%-
XYZ49.1750.2631.15-
YUV187.43100.11146.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=39.81%
G=34.39%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318413800.140.350.1636.847.1768.82
HexD5B88A0E2310252f45
Octal32527021201643204557105
Binary11010101101110001000101001110100011100001001011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B88A; }

 p { color: rgb(213,184,138); }

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

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

 a { background-color: rgb(213,184,138); }

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

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

 span { border-color: rgb(213,184,138); }

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