#D7C664

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

Shades of Tacha #D7C664

Tints of Tacha #D7C664

Color information

#D7C664 (or 0xD7C664) is unknown color: approx Tacha. HEX triplet: D7, C6 and 64. RGB value is (215,198,100). Sum of RGB (Red+Green+Blue) = 215+198+100=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C664 is #28399B. Grayscale: #C0C0C0. Windows color (decimal): -2636188 or 6604503. OLE color: 6604503.

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

Color convert

RGB215198100-
CMYK00.080.530.16
HSL51.13º58.97%61.76%-
HSV(B)51.13º53.49%84.31%-
XYZ50.5255.7620.16-
YUV191.9176.13144.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 100 (39.45% from 255) = 19.49%
R=41.91%
G=38.60%
B=19.49%

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
Decimal21519810000.080.530.1651.1358.9761.76
HexD7C664083510333b3e
Octal3273061440106520637376
Binary110101111100011011001000100011010110000110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C664; }

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

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

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

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

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

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

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

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