#D7BA64

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

Shades of Tacha #D7BA64

Tints of Tacha #D7BA64

Color information

#D7BA64 (or 0xD7BA64) is unknown color: approx Tacha. HEX triplet: D7, BA and 64. RGB value is (215,186,100). Sum of RGB (Red+Green+Blue) = 215+186+100=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA64 is #28459B. Grayscale: #B9B9B9. Windows color (decimal): -2639260 or 6601431. OLE color: 6601431.

HSL color Cylindrical-coordinate representation of color #D7BA64: hue angle of 44.87º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7BA64 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215186100-
CMYK00.130.530.16
HSL44.87º58.97%61.76%-
HSV(B)44.87º53.49%84.31%-
XYZ47.8850.4819.28-
YUV184.8780.11149.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=42.91%
G=37.13%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518610000.130.530.1644.8758.9761.76
HexD7BA640D35102d3b3e
Octal3272721440156520557376
Binary110101111011101011001000110111010110000101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA64; }

 p { color: rgb(215,186,100); }

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

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

 a { background-color: rgb(215,186,100); }

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

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

 span { border-color: rgb(215,186,100); }

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