#D1BA94

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

Shades of Tan #D1BA94

Tints of Tan #D1BA94

Color information

#D1BA94 (or 0xD1BA94) is unknown color: approx Tan. HEX triplet: D1, BA and 94. RGB value is (209,186,148). Sum of RGB (Red+Green+Blue) = 209+186+148=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA94 is #2E456B. Grayscale: #BCBCBC. Windows color (decimal): -3032428 or 9747153. OLE color: 9747153.

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

Color convert

RGB209186148-
CMYK00.110.290.18
HSL37.38º39.87%70%-
HSV(B)37.38º29.19%81.96%-
XYZ49.250.8135.23-
YUV188.54105.12142.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=38.49%
G=34.25%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918614800.110.290.1837.3839.8770
HexD1BA940B1D12252846
Octal32127222401335224550106
Binary1101000110111010100101000101111101100101001011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA94; }

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

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

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

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

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

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

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

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