#D6C764

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

Shades of Tacha #D6C764

Tints of Tacha #D6C764

Color information

#D6C764 (or 0xD6C764) is unknown color: approx Tacha. HEX triplet: D6, C7 and 64. RGB value is (214,199,100). Sum of RGB (Red+Green+Blue) = 214+199+100=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C764 is #29389B. Grayscale: #C0C0C0. Windows color (decimal): -2701468 or 6604758. OLE color: 6604758.

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

Color convert

RGB214199100-
CMYK00.070.530.16
HSL52.11º58.16%61.57%-
HSV(B)52.11º53.27%83.92%-
XYZ50.4656.0620.22-
YUV192.275.97143.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 199 (78.12% from 255) = 38.79%
BLUE value IS 100 (39.45% from 255) = 19.49%
R=41.72%
G=38.79%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419910000.070.530.1652.1158.1661.57
HexD6C764073510343a3e
Octal326307144076520647276
Binary11010110110001111100100011111010110000110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C764; }

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

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

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

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

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

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

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

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