Html Css Color HEX #DAC660 Tacha

📋 copy color: '#DAC660'

red 218 ◦ green 198 ◦ blue 96

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

Shades of Tacha #DAC660

Tints of Tacha #DAC660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 42.58%
G = 38.67%
B = 18.75%

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

#DAC660 (or 0xDAC660) is known color: Tacha. HEX triplet: DA, C6 and 60. RGB value is (218,198,96). Sum of RGB (Red+Green+Blue) = 218+198+96=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC660 is #25399F. Grayscale: #C0C0C0. Windows color (decimal): -2439584 or 6342362. OLE color: 6342362.

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

Color convert

RGB 218 198 96 -
CMYK 0 0.09 0.56 0.15
HSL 50.16º 0.62% 0.62% -
HSV(B) 50.16º 0.56% 0.85% -
XYZ 51.22 56.14 19.2 -
YUV 192.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 218 198 96 0 0.09 0.56 0.15 50.16 0.62 0.62
Hex DA C6 60 0 9 38 F 32 3E 3E
Octal 332 306 140 0 11 70 17 62 76 76
Binary 11011010 11000110 1100000 0 1001 111000 1111 110010 111110 111110

Color Harmonies of #DAC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC660

Black with #DAC660

Text Example


Text Example

White with #DAC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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