Html Css Color HEX #DAC461 Tacha

📋 copy color: '#DAC461'

red 218 ◦ green 196 ◦ blue 97

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

Shades of Tacha #DAC461

Tints of Tacha #DAC461

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

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

R = 42.66%
G = 38.36%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAC461 (or 0xDAC461) is known color: Tacha. HEX triplet: DA, C4 and 61. RGB value is (218,196,97). Sum of RGB (Red+Green+Blue) = 218+196+97=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC461 is #253B9E. Grayscale: #BFBFBF. Windows color (decimal): -2440095 or 6407386. OLE color: 6407386.

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

Color convert

RGB 218 196 97 -
CMYK 0 0.10 0.56 0.15
HSL 49.09º 0.62% 0.62% -
HSV(B) 49.09º 0.56% 0.85% -
XYZ 50.81 55.25 19.3 -
YUV 191.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 218 196 97 0 0.10 0.56 0.15 49.09 0.62 0.62
Hex DA C4 61 0 A 38 F 31 3E 3E
Octal 332 304 141 0 12 70 17 61 76 76
Binary 11011010 11000100 1100001 0 1010 111000 1111 110001 111110 111110

Color Harmonies of #DAC461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC461

Black with #DAC461

Text Example


Text Example

White with #DAC461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC461; }

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

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

background-color css

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

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

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

border-color css

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

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

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