#DAC265

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

Shades of Tacha #DAC265

Tints of Tacha #DAC265

Color information

#DAC265 (or 0xDAC265) is unknown color: approx Tacha. HEX triplet: DA, C2 and 65. RGB value is (218,194,101). Sum of RGB (Red+Green+Blue) = 218+194+101=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC265 is #253D9A. Grayscale: #BEBEBE. Windows color (decimal): -2440603 or 6669018. OLE color: 6669018.

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

Color convert

RGB218194101-
CMYK00.110.540.15
HSL47.69º61.26%62.55%-
HSV(B)47.69º53.67%85.49%-
XYZ50.5554.4320.15-
YUV190.5777.45147.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=42.50%
G=37.82%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819410100.110.540.1547.6961.2662.55
HexDAC2650B36F303d3f
Octal3323021450136617607577
Binary11011010110000101100101010111101101111110000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC265; }

 p { color: rgb(218,194,101); }

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

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

 a { background-color: rgb(218,194,101); }

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

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

 span { border-color: rgb(218,194,101); }

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