#D1BA63

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

Shades of Tacha #D1BA63

Tints of Tacha #D1BA63

Color information

#D1BA63 (or 0xD1BA63) is unknown color: approx Tacha. HEX triplet: D1, BA and 63. RGB value is (209,186,99). Sum of RGB (Red+Green+Blue) = 209+186+99=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA63 is #2E459C. Grayscale: #B7B7B7. Windows color (decimal): -3032477 or 6535889. OLE color: 6535889.

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

Color convert

RGB20918699-
CMYK00.110.530.18
HSL47.45º54.46%60.39%-
HSV(B)47.45º52.63%81.96%-
XYZ46.1149.5718.94-
YUV182.9680.62146.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=42.31%
G=37.65%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091869900.110.530.1847.4554.4660.39
HexD1BA630B35122f363c
Octal3212721430136522576674
Binary110100011011101011000110101111010110010101111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA63; }

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

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

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

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

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

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

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

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