#D3B991

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

Shades of Tan #D3B991

Tints of Tan #D3B991

Color information

#D3B991 (or 0xD3B991) is unknown color: approx Tan. HEX triplet: D3, B9 and 91. RGB value is (211,185,145). Sum of RGB (Red+Green+Blue) = 211+185+145=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B991 is #2C466E. Grayscale: #BCBCBC. Windows color (decimal): -2901615 or 9550291. OLE color: 9550291.

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

Color convert

RGB211185145-
CMYK00.120.310.17
HSL36.36º42.86%69.8%-
HSV(B)36.36º31.28%82.75%-
XYZ49.3250.5933.95-
YUV188.21103.61144.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=39.00%
G=34.20%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118514500.120.310.1736.3642.8669.8
HexD3B9910C1F11242b46
Octal32327122101437214453106
Binary1101001110111001100100010110011111100011001001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B991; }

 p { color: rgb(211,185,145); }

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

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

 a { background-color: rgb(211,185,145); }

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

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

 span { border-color: rgb(211,185,145); }

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