#D5BB8E

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

Shades of Tan #D5BB8E

Tints of Tan #D5BB8E

Color information

#D5BB8E (or 0xD5BB8E) is unknown color: approx Tan. HEX triplet: D5, BB and 8E. RGB value is (213,187,142). Sum of RGB (Red+Green+Blue) = 213+187+142=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB8E is #2A4471. Grayscale: #BDBDBD. Windows color (decimal): -2770034 or 9354197. OLE color: 9354197.

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

Color convert

RGB213187142-
CMYK00.120.330.16
HSL38.03º45.81%69.61%-
HSV(B)38.03º33.33%83.53%-
XYZ50.0951.6432.92-
YUV189.64101.11144.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=39.30%
G=34.50%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318714200.120.330.1638.0345.8169.61
HexD5BB8E0C2110262e46
Octal32527321601441204656106
Binary11010101101110111000111001100100001100001001101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB8E; }

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

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

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

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

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

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

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

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