#D7C564

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

Shades of Tacha #D7C564

Tints of Tacha #D7C564

Color information

#D7C564 (or 0xD7C564) is unknown color: approx Tacha. HEX triplet: D7, C5 and 64. RGB value is (215,197,100). Sum of RGB (Red+Green+Blue) = 215+197+100=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C564 is #283A9B. Grayscale: #BFBFBF. Windows color (decimal): -2636444 or 6604247. OLE color: 6604247.

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

Color convert

RGB215197100-
CMYK00.080.530.16
HSL50.61º58.97%61.76%-
HSV(B)50.61º53.49%84.31%-
XYZ50.2955.320.08-
YUV191.3276.46144.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 100 (39.45% from 255) = 19.53%
R=41.99%
G=38.48%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519710000.080.530.1650.6158.9761.76
HexD7C564083510333b3e
Octal3273051440106520637376
Binary110101111100010111001000100011010110000110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C564; }

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

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

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

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

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

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

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

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