Html Css Color HEX #DAC661 Tacha

📋 copy color: '#DAC661'

red 218 ◦ green 198 ◦ blue 97

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

Shades of Tacha #DAC661

Tints of Tacha #DAC661

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.6%

 BLUE value IS 97 (38.28% from 255) = 18.91%

R = 42.5%
G = 38.6%
B = 18.91%

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

#DAC661 (or 0xDAC661) is known color: Tacha. HEX triplet: DA, C6 and 61. RGB value is (218,198,97). Sum of RGB (Red+Green+Blue) = 218+198+97=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC661 is #25399E. Grayscale: #C0C0C0. Windows color (decimal): -2439583 or 6407898. OLE color: 6407898.

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

Color convert

RGB 218 198 97 -
CMYK 0 0.09 0.56 0.15
HSL 50.08º 0.62% 0.62% -
HSV(B) 50.08º 0.56% 0.85% -
XYZ 51.27 56.16 19.45 -
YUV 192.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 218 198 97 0 0.09 0.56 0.15 50.08 0.62 0.62
Hex DA C6 61 0 9 38 F 32 3E 3E
Octal 332 306 141 0 11 70 17 62 76 76
Binary 11011010 11000110 1100001 0 1001 111000 1111 110010 111110 111110

Color Harmonies of #DAC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC661

Black with #DAC661

Text Example


Text Example

White with #DAC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC661; }

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

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

background-color css

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

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

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

border-color css

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

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

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