#DAC463

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

Shades of Tacha #DAC463

Tints of Tacha #DAC463

Color information

#DAC463 (or 0xDAC463) is unknown color: approx Tacha. HEX triplet: DA, C4 and 63. RGB value is (218,196,99). Sum of RGB (Red+Green+Blue) = 218+196+99=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC463 is #253B9C. Grayscale: #BFBFBF. Windows color (decimal): -2440093 or 6538458. OLE color: 6538458.

HSL color Cylindrical-coordinate representation of color #DAC463: hue angle of 48.91º 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 #DAC463 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21819699-
CMYK00.100.550.15
HSL48.91º61.66%62.16%-
HSV(B)48.91º54.59%85.49%-
XYZ50.9155.2919.79-
YUV191.5275.79146.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 99 (39.06% from 255) = 19.30%
R=42.50%
G=38.21%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181969900.100.550.1548.9161.6662.16
HexDAC4630A37F313e3e
Octal3323041430126717617676
Binary11011010110001001100011010101101111111110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC463; }

 p { color: rgb(218,196,99); }

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

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

 a { background-color: rgb(218,196,99); }

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

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

 span { border-color: rgb(218,196,99); }

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