#D5B88E

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

Shades of Tan #D5B88E

Tints of Tan #D5B88E

Color information

#D5B88E (or 0xD5B88E) is unknown color: approx Tan. HEX triplet: D5, B8 and 8E. RGB value is (213,184,142). Sum of RGB (Red+Green+Blue) = 213+184+142=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B88E is #2A4771. Grayscale: #BCBCBC. Windows color (decimal): -2770802 or 9353429. OLE color: 9353429.

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

Color convert

RGB213184142-
CMYK00.140.330.16
HSL35.49º45.81%69.61%-
HSV(B)35.49º33.33%83.53%-
XYZ49.4650.3832.71-
YUV187.88102.11145.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=39.52%
G=34.14%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318414200.140.330.1635.4945.8169.61
HexD5B88E0E2110232e46
Octal32527021601641204356106
Binary11010101101110001000111001110100001100001000111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B88E; }

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

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

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

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

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

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

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

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