#D7BB64

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

Shades of Tacha #D7BB64

Tints of Tacha #D7BB64

Color information

#D7BB64 (or 0xD7BB64) is unknown color: approx Tacha. HEX triplet: D7, BB and 64. RGB value is (215,187,100). Sum of RGB (Red+Green+Blue) = 215+187+100=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB64 is #28449B. Grayscale: #B9B9B9. Windows color (decimal): -2639004 or 6601687. OLE color: 6601687.

HSL color Cylindrical-coordinate representation of color #D7BB64: hue angle of 45.39º 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 #D7BB64 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215187100-
CMYK00.130.530.16
HSL45.39º58.97%61.76%-
HSV(B)45.39º53.49%84.31%-
XYZ48.0950.9119.35-
YUV185.4579.78149.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 100 (39.45% from 255) = 19.92%
R=42.83%
G=37.25%
B=19.92%

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
Decimal21518710000.130.530.1645.3958.9761.76
HexD7BB640D35102d3b3e
Octal3272731440156520557376
Binary110101111011101111001000110111010110000101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB64; }

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

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

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

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

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

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

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

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