#DAC066

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

Shades of Tacha #DAC066

Tints of Tacha #DAC066

Color information

#DAC066 (or 0xDAC066) is unknown color: approx Tacha. HEX triplet: DA, C0 and 66. RGB value is (218,192,102). Sum of RGB (Red+Green+Blue) = 218+192+102=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC066 is #253F99. Grayscale: #BDBDBD. Windows color (decimal): -2441114 or 6734042. OLE color: 6734042.

HSL color Cylindrical-coordinate representation of color #DAC066: hue angle of 46.55º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAC066 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218192102-
CMYK00.120.530.15
HSL46.55º61.05%62.75%-
HSV(B)46.55º53.21%85.49%-
XYZ50.1653.5620.27-
YUV189.5178.61148.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=42.58%
G=37.5%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819210200.120.530.1546.5561.0562.75
HexDAC0660C35F2f3d3f
Octal3323001460146517577577
Binary11011010110000001100110011001101011111101111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC066; }

 p { color: rgb(218,192,102); }

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

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

 a { background-color: rgb(218,192,102); }

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

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

 span { border-color: rgb(218,192,102); }

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