#D6C064

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

Shades of Tacha #D6C064

Tints of Tacha #D6C064

Color information

#D6C064 (or 0xD6C064) is unknown color: approx Tacha. HEX triplet: D6, C0 and 64. RGB value is (214,192,100). Sum of RGB (Red+Green+Blue) = 214+192+100=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C064 is #293F9B. Grayscale: #BCBCBC. Windows color (decimal): -2703260 or 6602966. OLE color: 6602966.

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

Color convert

RGB214192100-
CMYK00.100.530.16
HSL48.42º58.16%61.57%-
HSV(B)48.42º53.27%83.92%-
XYZ48.8852.9219.69-
YUV188.0978.29146.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=42.29%
G=37.94%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419210000.100.530.1648.4258.1661.57
HexD6C0640A3510303a3e
Octal3263001440126520607276
Binary110101101100000011001000101011010110000110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C064; }

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

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

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

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

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

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

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

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