Html Css Color HEX #DAC961 Tacha

📋 copy color: '#DAC961'

red 218 ◦ green 201 ◦ blue 97

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

Shades of Tacha #DAC961

Tints of Tacha #DAC961

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

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

R = 42.25%
G = 38.95%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAC961 (or 0xDAC961) is known color: Tacha. HEX triplet: DA, C9 and 61. RGB value is (218,201,97). Sum of RGB (Red+Green+Blue) = 218+201+97=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC961 is #25369E. Grayscale: #C2C2C2. Windows color (decimal): -2438815 or 6408666. OLE color: 6408666.

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

Color convert

RGB 218 201 97 -
CMYK 0 0.08 0.56 0.15
HSL 51.57º 0.62% 0.62% -
HSV(B) 51.57º 0.56% 0.85% -
XYZ 51.96 57.54 19.68 -
YUV 194.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 218 201 97 0 0.08 0.56 0.15 51.57 0.62 0.62
Hex DA C9 61 0 8 38 F 34 3E 3E
Octal 332 311 141 0 10 70 17 64 76 76
Binary 11011010 11001001 1100001 0 1000 111000 1111 110100 111110 111110

Color Harmonies of #DAC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC961

Black with #DAC961

Text Example


Text Example

White with #DAC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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