#D1BD94

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

Shades of Tan #D1BD94

Tints of Tan #D1BD94

Color information

#D1BD94 (or 0xD1BD94) is unknown color: approx Tan. HEX triplet: D1, BD and 94. RGB value is (209,189,148). Sum of RGB (Red+Green+Blue) = 209+189+148=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BD94 is #2E426B. Grayscale: #BEBEBE. Windows color (decimal): -3031660 or 9747921. OLE color: 9747921.

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

Color convert

RGB209189148-
CMYK00.100.290.18
HSL40.33º39.87%70%-
HSV(B)40.33º29.19%81.96%-
XYZ49.8452.0935.44-
YUV190.31104.13141.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=38.28%
G=34.62%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918914800.100.290.1840.3339.8770
HexD1BD940A1D12282846
Octal32127522401235225050106
Binary1101000110111101100101000101011101100101010001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BD94; }

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

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

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

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

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

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

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

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