#D7B991

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

Shades of Tan #D7B991

Tints of Tan #D7B991

Color information

#D7B991 (or 0xD7B991) is unknown color: approx Tan. HEX triplet: D7, B9 and 91. RGB value is (215,185,145). Sum of RGB (Red+Green+Blue) = 215+185+145=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B991 is #28466E. Grayscale: #BDBDBD. Windows color (decimal): -2639471 or 9550295. OLE color: 9550295.

HSL color Cylindrical-coordinate representation of color #D7B991: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7B991 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215185145-
CMYK00.140.330.16
HSL34.29º46.67%70.59%-
HSV(B)34.29º32.56%84.31%-
XYZ50.4851.1934.01-
YUV189.41102.94146.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=39.45%
G=33.94%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518514500.140.330.1634.2946.6770.59
HexD7B9910E2110222f47
Octal32727122101641204257107
Binary11010111101110011001000101110100001100001000101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B991; }

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

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

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

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

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

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

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

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