#D5BB8B

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

Shades of Tan #D5BB8B

Tints of Tan #D5BB8B

Color information

#D5BB8B (or 0xD5BB8B) is unknown color: approx Tan. HEX triplet: D5, BB and 8B. RGB value is (213,187,139). Sum of RGB (Red+Green+Blue) = 213+187+139=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB8B is #2A4474. Grayscale: #BDBDBD. Windows color (decimal): -2770037 or 9157589. OLE color: 9157589.

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

Color convert

RGB213187139-
CMYK00.120.350.16
HSL38.92º46.84%69.02%-
HSV(B)38.92º34.74%83.53%-
XYZ49.8751.5531.75-
YUV189.399.61144.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=39.52%
G=34.69%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318713900.120.350.1638.9246.8469.02
HexD5BB8B0C2310272f45
Octal32527321301443204757105
Binary11010101101110111000101101100100011100001001111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB8B; }

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

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

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

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

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

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

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

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