#DAC057

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

Shades of Tacha #DAC057

Tints of Tacha #DAC057

Color information

#DAC057 (or 0xDAC057) is unknown color: approx Tacha. HEX triplet: DA, C0 and 57. RGB value is (218,192,87). Sum of RGB (Red+Green+Blue) = 218+192+87=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC057 is #253FA8. Grayscale: #BCBCBC. Windows color (decimal): -2441129 or 5751002. OLE color: 5751002.

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

Color convert

RGB21819287-
CMYK00.120.600.15
HSL48.09º63.9%59.8%-
HSV(B)48.09º60.09%85.49%-
XYZ49.4853.2916.7-
YUV187.871.11149.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=43.86%
G=38.63%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181928700.120.600.1548.0963.959.8
HexDAC0570C3CF30403c
Octal33230012701474176010074
Binary110110101100000010101110110011110011111100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC057; }

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

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

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

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

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

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

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

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