#D7BC51

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

Shades of Tacha #D7BC51

Tints of Tacha #D7BC51

Color information

#D7BC51 (or 0xD7BC51) is unknown color: approx Tacha. HEX triplet: D7, BC and 51. RGB value is (215,188,81). Sum of RGB (Red+Green+Blue) = 215+188+81=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BC51 is #2843AE. Grayscale: #B8B8B8. Windows color (decimal): -2638767 or 5356759. OLE color: 5356759.

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

Color convert

RGB21518881-
CMYK00.130.620.16
HSL47.91º62.62%58.04%-
HSV(B)47.91º62.33%84.31%-
XYZ47.4951.0115.13-
YUV183.8869.95150.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 81 (32.03% from 255) = 16.74%
R=44.42%
G=38.84%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151888100.130.620.1647.9162.6258.04
HexD7BC510D3E10303f3a
Octal3272741210157620607772
Binary110101111011110010100010110111111010000110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BC51; }

 p { color: rgb(215,188,81); }

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

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

 a { background-color: rgb(215,188,81); }

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

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

 span { border-color: rgb(215,188,81); }

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