#D1BA93

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

Shades of Tan #D1BA93

Tints of Tan #D1BA93

Color information

#D1BA93 (or 0xD1BA93) is unknown color: approx Tan. HEX triplet: D1, BA and 93. RGB value is (209,186,147). Sum of RGB (Red+Green+Blue) = 209+186+147=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA93 is #2E456C. Grayscale: #BCBCBC. Windows color (decimal): -3032429 or 9681617. OLE color: 9681617.

HSL color Cylindrical-coordinate representation of color #D1BA93: hue angle of 37.74º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1BA93 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209186147-
CMYK00.110.300.18
HSL37.74º40.26%69.8%-
HSV(B)37.74º29.67%81.96%-
XYZ49.1250.7834.82-
YUV188.43104.62142.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=38.56%
G=34.32%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918614700.110.300.1837.7440.2669.8
HexD1BA930B1E12262846
Octal32127222301336224650106
Binary1101000110111010100100110101111110100101001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA93; }

 p { color: rgb(209,186,147); }

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

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

 a { background-color: rgb(209,186,147); }

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

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

 span { border-color: rgb(209,186,147); }

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