#D6BF92

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

Shades of Tan #D6BF92

Tints of Tan #D6BF92

Color information

#D6BF92 (or 0xD6BF92) is unknown color: approx Tan. HEX triplet: D6, BF and 92. RGB value is (214,191,146). Sum of RGB (Red+Green+Blue) = 214+191+146=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF92 is #29406D. Grayscale: #C0C0C0. Windows color (decimal): -2703470 or 9617366. OLE color: 9617366.

HSL color Cylindrical-coordinate representation of color #D6BF92: hue angle of 39.71º degrees, saturation: 0.45, 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 #D6BF92 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214191146-
CMYK00.110.320.16
HSL39.71º45.33%70.59%-
HSV(B)39.71º31.78%83.92%-
XYZ51.5553.6334.83-
YUV192.75101.62143.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 146 (57.42% from 255) = 26.50%
R=38.84%
G=34.66%
B=26.50%

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
Decimal21419114600.110.320.1639.7145.3370.59
HexD6BF920B2010282d47
Octal32627722201340205055107
Binary11010110101111111001001001011100000100001010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BF92; }

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

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

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

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

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

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

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

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