#D7BA61

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

Shades of Tacha #D7BA61

Tints of Tacha #D7BA61

Color information

#D7BA61 (or 0xD7BA61) is unknown color: approx Tacha. HEX triplet: D7, BA and 61. RGB value is (215,186,97). Sum of RGB (Red+Green+Blue) = 215+186+97=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA61 is #28459E. Grayscale: #B8B8B8. Windows color (decimal): -2639263 or 6404823. OLE color: 6404823.

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

Color convert

RGB21518697-
CMYK00.130.550.16
HSL45.25º59.6%61.18%-
HSV(B)45.25º54.88%84.31%-
XYZ47.7450.4318.53-
YUV184.5278.61149.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=43.17%
G=37.35%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151869700.130.550.1645.2559.661.18
HexD7BA610D37102d3c3d
Octal3272721410156720557475
Binary110101111011101011000010110111011110000101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA61; }

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

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

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

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

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

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

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

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