#D1BB94

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

Shades of Tan #D1BB94

Tints of Tan #D1BB94

Color information

#D1BB94 (or 0xD1BB94) is unknown color: approx Tan. HEX triplet: D1, BB and 94. RGB value is (209,187,148). Sum of RGB (Red+Green+Blue) = 209+187+148=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BB94 is #2E446B. Grayscale: #BDBDBD. Windows color (decimal): -3032172 or 9747409. OLE color: 9747409.

HSL color Cylindrical-coordinate representation of color #D1BB94: hue angle of 38.36º 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 #D1BB94 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209187148-
CMYK00.110.290.18
HSL38.36º39.87%70%-
HSV(B)38.36º29.19%81.96%-
XYZ49.4151.2335.3-
YUV189.13104.79142.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=38.42%
G=34.38%
B=27.21%

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
Decimal20918714800.110.290.1838.3639.8770
HexD1BB940B1D12262846
Octal32127322401335224650106
Binary1101000110111011100101000101111101100101001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BB94; }

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

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

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

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

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

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

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

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