Html Css Color HEX #DAC65E Tacha

📋 copy color: '#DAC65E'

red 218 ◦ green 198 ◦ blue 94

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

Shades of Tacha #DAC65E

Tints of Tacha #DAC65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.43%

R = 42.75%
G = 38.82%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAC65E (or 0xDAC65E) is known color: Tacha. HEX triplet: DA, C6 and 5E. RGB value is (218,198,94). Sum of RGB (Red+Green+Blue) = 218+198+94=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC65E is #2539A1. Grayscale: #C0C0C0. Windows color (decimal): -2439586 or 6211290. OLE color: 6211290.

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

Color convert

RGB 218 198 94 -
CMYK 0 0.09 0.57 0.15
HSL 50.32º 0.63% 0.61% -
HSV(B) 50.32º 0.57% 0.85% -
XYZ 51.13 56.1 18.72 -
YUV 192.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 218 198 94 0 0.09 0.57 0.15 50.32 0.63 0.61
Hex DA C6 5E 0 9 39 F 32 3F 3D
Octal 332 306 136 0 11 71 17 62 77 75
Binary 11011010 11000110 1011110 0 1001 111001 1111 110010 111111 111101

Color Harmonies of #DAC65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC65E

Black with #DAC65E

Text Example


Text Example

White with #DAC65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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