#D7B964

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

Shades of Tacha #D7B964

Tints of Tacha #D7B964

Color information

#D7B964 (or 0xD7B964) is unknown color: approx Tacha. HEX triplet: D7, B9 and 64. RGB value is (215,185,100). Sum of RGB (Red+Green+Blue) = 215+185+100=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B964 is #28469B. Grayscale: #B8B8B8. Windows color (decimal): -2639516 or 6601175. OLE color: 6601175.

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

Color convert

RGB215185100-
CMYK00.140.530.16
HSL44.35º58.97%61.76%-
HSV(B)44.35º53.49%84.31%-
XYZ47.6750.0719.21-
YUV184.2880.44149.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 100 (39.45% from 255) = 20%
R=43%
G=37%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518510000.140.530.1644.3558.9761.76
HexD7B9640E35102c3b3e
Octal3272711440166520547376
Binary110101111011100111001000111011010110000101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B964; }

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

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

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

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

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

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

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

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