#DAC862

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

Shades of Tacha #DAC862

Tints of Tacha #DAC862

Color information

#DAC862 (or 0xDAC862) is unknown color: approx Tacha. HEX triplet: DA, C8 and 62. RGB value is (218,200,98). Sum of RGB (Red+Green+Blue) = 218+200+98=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC862 is #25379D. Grayscale: #C2C2C2. Windows color (decimal): -2439070 or 6473946. OLE color: 6473946.

HSL color Cylindrical-coordinate representation of color #DAC862: hue angle of 51º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAC862 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21820098-
CMYK00.080.550.15
HSL51º61.86%61.96%-
HSV(B)51º55.05%85.49%-
XYZ51.7757.119.85-
YUV193.7573.96145.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 98 (38.67% from 255) = 18.99%
R=42.25%
G=38.76%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182009800.080.550.155161.8661.96
HexDAC8620837F333e3e
Octal3323101420106717637676
Binary11011010110010001100010010001101111111110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC862; }

 p { color: rgb(218,200,98); }

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

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

 a { background-color: rgb(218,200,98); }

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

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

 span { border-color: rgb(218,200,98); }

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