#D6C564

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

Shades of Tacha #D6C564

Tints of Tacha #D6C564

Color information

#D6C564 (or 0xD6C564) is unknown color: approx Tacha. HEX triplet: D6, C5 and 64. RGB value is (214,197,100). Sum of RGB (Red+Green+Blue) = 214+197+100=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C564 is #293A9B. Grayscale: #BFBFBF. Windows color (decimal): -2701980 or 6604246. OLE color: 6604246.

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

Color convert

RGB214197100-
CMYK00.080.530.16
HSL51.05º58.16%61.57%-
HSV(B)51.05º53.27%83.92%-
XYZ5055.1520.07-
YUV191.0276.63144.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=41.88%
G=38.55%
B=19.57%

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
Decimal21419710000.080.530.1651.0558.1661.57
HexD6C564083510333a3e
Octal3263051440106520637276
Binary110101101100010111001000100011010110000110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C564; }

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

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

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

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

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

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

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

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