#D4BC91

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

Shades of Tan #D4BC91

Tints of Tan #D4BC91

Color information

#D4BC91 (or 0xD4BC91) is unknown color: approx Tan. HEX triplet: D4, BC and 91. RGB value is (212,188,145). Sum of RGB (Red+Green+Blue) = 212+188+145=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC91 is #2B436E. Grayscale: #BEBEBE. Windows color (decimal): -2835311 or 9551060. OLE color: 9551060.

HSL color Cylindrical-coordinate representation of color #D4BC91: hue angle of 38.51º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4BC91 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212188145-
CMYK00.110.320.17
HSL38.51º43.79%70%-
HSV(B)38.51º31.6%83.14%-
XYZ50.2552.0134.18-
YUV190.27102.45143.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=38.90%
G=34.50%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218814500.110.320.1738.5143.7970
HexD4BC910B2011272c46
Octal32427422101340214754106
Binary11010100101111001001000101011100000100011001111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC91; }

 p { color: rgb(212,188,145); }

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

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

 a { background-color: rgb(212,188,145); }

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

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

 span { border-color: rgb(212,188,145); }

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