#DAC361

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

Shades of Tacha #DAC361

Tints of Tacha #DAC361

Color information

#DAC361 (or 0xDAC361) is unknown color: approx Tacha. HEX triplet: DA, C3 and 61. RGB value is (218,195,97). Sum of RGB (Red+Green+Blue) = 218+195+97=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC361 is #253C9E. Grayscale: #BFBFBF. Windows color (decimal): -2440351 or 6407130. OLE color: 6407130.

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

Color convert

RGB21819597-
CMYK00.110.560.15
HSL48.6º62.05%61.76%-
HSV(B)48.6º55.5%85.49%-
XYZ50.5954.819.22-
YUV190.775.12147.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 97 (38.28% from 255) = 19.02%
R=42.75%
G=38.24%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181959700.110.560.1548.662.0561.76
HexDAC3610B38F313e3e
Octal3323031410137017617676
Binary11011010110000111100001010111110001111110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC361; }

 p { color: rgb(218,195,97); }

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

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

 a { background-color: rgb(218,195,97); }

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

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

 span { border-color: rgb(218,195,97); }

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