Html Css Color HEX #DAC55A Tacha

📋 copy color: '#DAC55A'

red 218 ◦ green 197 ◦ blue 90

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

Shades of Tacha #DAC55A

Tints of Tacha #DAC55A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.01%

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 43.17%
G = 39.01%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAC55A (or 0xDAC55A) is known color: Tacha. HEX triplet: DA, C5 and 5A. RGB value is (218,197,90). Sum of RGB (Red+Green+Blue) = 218+197+90=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC55A is #253AA5. Grayscale: #BFBFBF. Windows color (decimal): -2439846 or 5948890. OLE color: 5948890.

HSL color Cylindrical-coordinate representation of color #DAC55A: hue angle of 50.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAC55A is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 90 -
CMYK 0 0.10 0.59 0.15
HSL 50.16º 0.63% 0.6% -
HSV(B) 50.16º 0.59% 0.85% -
XYZ 50.73 55.58 17.73 -
YUV 191.08 70.96 147.2 -
System Red Green Blue C M Y K H S L
Decimal 218 197 90 0 0.10 0.59 0.15 50.16 0.63 0.6
Hex DA C5 5A 0 A 3B F 32 3F 3C
Octal 332 305 132 0 12 73 17 62 77 74
Binary 11011010 11000101 1011010 0 1010 111011 1111 110010 111111 111100

Color Harmonies of #DAC55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC55A

Black with #DAC55A

Text Example


Text Example

White with #DAC55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC55A; }

 p { color: rgb(218,197,90); }

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

background-color css

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

 a { background-color: rgb(218,197,90); }

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

border-color css

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

 span { border-color: rgb(218,197,90); }

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