#D1BA4E

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

Shades of Tacha #D1BA4E

Tints of Tacha #D1BA4E

Color information

#D1BA4E (or 0xD1BA4E) is unknown color: approx Tacha. HEX triplet: D1, BA and 4E. RGB value is (209,186,78). Sum of RGB (Red+Green+Blue) = 209+186+78=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA4E is #2E45B1. Grayscale: #B5B5B5. Windows color (decimal): -3032498 or 5159633. OLE color: 5159633.

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

Color convert

RGB20918678-
CMYK00.110.630.18
HSL49.47º58.74%56.27%-
HSV(B)49.47º62.68%81.96%-
XYZ45.2349.2214.32-
YUV180.5670.12148.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 78 (30.86% from 255) = 16.49%
R=44.19%
G=39.32%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091867800.110.630.1849.4758.7456.27
HexD1BA4E0B3F12313b38
Octal3212721160137722617370
Binary110100011011101010011100101111111110010110001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA4E; }

 p { color: rgb(209,186,78); }

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

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

 a { background-color: rgb(209,186,78); }

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

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

 span { border-color: rgb(209,186,78); }

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