#D6C664

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

Shades of Tacha #D6C664

Tints of Tacha #D6C664

Color information

#D6C664 (or 0xD6C664) is unknown color: approx Tacha. HEX triplet: D6, C6 and 64. RGB value is (214,198,100). Sum of RGB (Red+Green+Blue) = 214+198+100=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C664 is #29399B. Grayscale: #C0C0C0. Windows color (decimal): -2701724 or 6604502. OLE color: 6604502.

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

Color convert

RGB214198100-
CMYK00.070.530.16
HSL51.58º58.16%61.57%-
HSV(B)51.58º53.27%83.92%-
XYZ50.2355.620.14-
YUV191.6176.3143.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 100 (39.45% from 255) = 19.53%
R=41.80%
G=38.67%
B=19.53%

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
Decimal21419810000.070.530.1651.5858.1661.57
HexD6C664073510343a3e
Octal326306144076520647276
Binary11010110110001101100100011111010110000110100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C664; }

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

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

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

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

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

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

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

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