#D7BA63

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

Shades of Tacha #D7BA63

Tints of Tacha #D7BA63

Color information

#D7BA63 (or 0xD7BA63) is unknown color: approx Tacha. HEX triplet: D7, BA and 63. RGB value is (215,186,99). Sum of RGB (Red+Green+Blue) = 215+186+99=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA63 is #28459C. Grayscale: #B9B9B9. Windows color (decimal): -2639261 or 6535895. OLE color: 6535895.

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

Color convert

RGB21518699-
CMYK00.130.540.16
HSL45º59.18%61.57%-
HSV(B)45º53.95%84.31%-
XYZ47.8450.4719.02-
YUV184.7579.61149.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=43%
G=37.2%
B=19.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151869900.130.540.164559.1861.57
HexD7BA630D36102d3b3e
Octal3272721430156620557376
Binary110101111011101011000110110111011010000101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA63; }

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

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

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

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

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

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

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

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