#D7BF92

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

Shades of Tan #D7BF92

Tints of Tan #D7BF92

Color information

#D7BF92 (or 0xD7BF92) is unknown color: approx Tan. HEX triplet: D7, BF and 92. RGB value is (215,191,146). Sum of RGB (Red+Green+Blue) = 215+191+146=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BF92 is #28406D. Grayscale: #C1C1C1. Windows color (decimal): -2637934 or 9617367. OLE color: 9617367.

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

Color convert

RGB215191146-
CMYK00.110.320.16
HSL39.13º46.31%70.78%-
HSV(B)39.13º32.09%84.31%-
XYZ51.8453.7834.84-
YUV193.05101.45143.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=38.95%
G=34.60%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519114600.110.320.1639.1346.3170.78
HexD7BF920B2010272e47
Octal32727722201340204756107
Binary11010111101111111001001001011100000100001001111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BF92; }

 p { color: rgb(215,191,146); }

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

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

 a { background-color: rgb(215,191,146); }

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

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

 span { border-color: rgb(215,191,146); }

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