Html Css Color HEX #DAC760 Tacha

📋 copy color: '#DAC760'

red 218 ◦ green 199 ◦ blue 96

#DAC760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #DAC760

Tints of Tacha #DAC760

RGB

 RED value IS 218 (85.55% from 255) = 42.5%

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 96 (37.89% from 255) = 18.71%

R = 42.5%
G = 38.79%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAC760 (or 0xDAC760) is known color: Tacha. HEX triplet: DA, C7 and 60. RGB value is (218,199,96). Sum of RGB (Red+Green+Blue) = 218+199+96=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC760 is #25389F. Grayscale: #C1C1C1. Windows color (decimal): -2439328 or 6342618. OLE color: 6342618.

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

Color convert

RGB 218 199 96 -
CMYK 0 0.09 0.56 0.15
HSL 50.66º 0.62% 0.62% -
HSV(B) 50.66º 0.56% 0.85% -
XYZ 51.45 56.6 19.28 -
YUV 192.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 218 199 96 0 0.09 0.56 0.15 50.66 0.62 0.62
Hex DA C7 60 0 9 38 F 33 3E 3E
Octal 332 307 140 0 11 70 17 63 76 76
Binary 11011010 11000111 1100000 0 1001 111000 1111 110011 111110 111110

Color Harmonies of #DAC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC760

Black with #DAC760

Text Example


Text Example

White with #DAC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC760; }

 p { color: rgb(218,199,96); }

 H1.HeaderClassName
 {
   color: #DAC760;
 }
 .AnyTagClassName
 {
   color: #DAC760;
 }
</style>

background-color css

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

 a { background-color: rgb(218,199,96); }

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

border-color css

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

 span { border-color: rgb(218,199,96); }

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