Html Css Color HEX #DAC260 Tacha

📋 copy color: '#DAC260'

red 218 ◦ green 194 ◦ blue 96

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

Shades of Tacha #DAC260

Tints of Tacha #DAC260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.19%

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

R = 42.91%
G = 38.19%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAC260 (or 0xDAC260) is known color: Tacha. HEX triplet: DA, C2 and 60. RGB value is (218,194,96). Sum of RGB (Red+Green+Blue) = 218+194+96=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC260 is #253D9F. Grayscale: #BEBEBE. Windows color (decimal): -2440608 or 6341338. OLE color: 6341338.

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

Color convert

RGB 218 194 96 -
CMYK 0 0.11 0.56 0.15
HSL 48.2º 0.62% 0.62% -
HSV(B) 48.2º 0.56% 0.85% -
XYZ 50.32 54.33 18.9 -
YUV 190 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 218 194 96 0 0.11 0.56 0.15 48.2 0.62 0.62
Hex DA C2 60 0 B 38 F 30 3E 3E
Octal 332 302 140 0 13 70 17 60 76 76
Binary 11011010 11000010 1100000 0 1011 111000 1111 110000 111110 111110

Color Harmonies of #DAC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC260

Black with #DAC260

Text Example


Text Example

White with #DAC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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