#D1B85B

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

Shades of Tacha #D1B85B

Tints of Tacha #D1B85B

Color information

#D1B85B (or 0xD1B85B) is unknown color: approx Tacha. HEX triplet: D1, B8 and 5B. RGB value is (209,184,91). Sum of RGB (Red+Green+Blue) = 209+184+91=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B85B is #2E47A4. Grayscale: #B5B5B5. Windows color (decimal): -3032997 or 6011089. OLE color: 6011089.

HSL color Cylindrical-coordinate representation of color #D1B85B: hue angle of 47.29º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1B85B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20918491-
CMYK00.120.560.18
HSL47.29º56.19%58.82%-
HSV(B)47.29º56.46%81.96%-
XYZ45.3248.5916.89-
YUV180.8777.28148.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 91 (35.94% from 255) = 18.80%
R=43.18%
G=38.02%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091849100.120.560.1847.2956.1958.82
HexD1B85B0C38122f383b
Octal3212701330147022577073
Binary110100011011100010110110110011100010010101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B85B; }

 p { color: rgb(209,184,91); }

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

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

 a { background-color: rgb(209,184,91); }

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

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

 span { border-color: rgb(209,184,91); }

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