#D7BB56

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

Shades of Tacha #D7BB56

Tints of Tacha #D7BB56

Color information

#D7BB56 (or 0xD7BB56) is unknown color: approx Tacha. HEX triplet: D7, BB and 56. RGB value is (215,187,86). Sum of RGB (Red+Green+Blue) = 215+187+86=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB56 is #2844A9. Grayscale: #B8B8B8. Windows color (decimal): -2639018 or 5684183. OLE color: 5684183.

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

Color convert

RGB21518786-
CMYK00.130.60.16
HSL46.98º61.72%59.02%-
HSV(B)46.98º60%84.31%-
XYZ47.4750.6616.08-
YUV183.8672.78150.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 86 (33.98% from 255) = 17.62%
R=44.06%
G=38.32%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151878600.130.60.1646.9861.7259.02
HexD7BB560D3C102f3e3b
Octal3272731260157420577673
Binary110101111011101110101100110111110010000101111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB56; }

 p { color: rgb(215,187,86); }

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

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

 a { background-color: rgb(215,187,86); }

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

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

 span { border-color: rgb(215,187,86); }

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