Html Css Color HEX #DAC064 Tacha

📋 copy color: '#DAC064'

red 218 ◦ green 192 ◦ blue 100

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

Shades of Tacha #DAC064

Tints of Tacha #DAC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 100 (39.45% from 255) = 19.61%

R = 42.75%
G = 37.65%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAC064 (or 0xDAC064) is known color: Tacha. HEX triplet: DA, C0 and 64. RGB value is (218,192,100). Sum of RGB (Red+Green+Blue) = 218+192+100=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC064 is #253F9B. Grayscale: #BDBDBD. Windows color (decimal): -2441116 or 6602970. OLE color: 6602970.

HSL color Cylindrical-coordinate representation of color #DAC064: hue angle of 46.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAC064 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 100 -
CMYK 0 0.12 0.54 0.15
HSL 46.78º 0.61% 0.62% -
HSV(B) 46.78º 0.54% 0.85% -
XYZ 50.06 53.52 19.75 -
YUV 189.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 218 192 100 0 0.12 0.54 0.15 46.78 0.61 0.62
Hex DA C0 64 0 C 36 F 2F 3D 3E
Octal 332 300 144 0 14 66 17 57 75 76
Binary 11011010 11000000 1100100 0 1100 110110 1111 101111 111101 111110

Color Harmonies of #DAC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC064

Black with #DAC064

Text Example


Text Example

White with #DAC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC064; }

 p { color: rgb(218,192,100); }

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

background-color css

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

 a { background-color: rgb(218,192,100); }

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

border-color css

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

 span { border-color: rgb(218,192,100); }

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