Html Css Color HEX #DAC75E Tacha

📋 copy color: '#DAC75E'

red 218 ◦ green 199 ◦ blue 94

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

Shades of Tacha #DAC75E

Tints of Tacha #DAC75E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.94%

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

R = 42.66%
G = 38.94%
B = 18.4%

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

#DAC75E (or 0xDAC75E) is known color: Tacha. HEX triplet: DA, C7 and 5E. RGB value is (218,199,94). Sum of RGB (Red+Green+Blue) = 218+199+94=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC75E is #2538A1. Grayscale: #C1C1C1. Windows color (decimal): -2439330 or 6211546. OLE color: 6211546.

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

Color convert

RGB 218 199 94 -
CMYK 0 0.09 0.57 0.15
HSL 50.81º 0.63% 0.61% -
HSV(B) 50.81º 0.57% 0.85% -
XYZ 51.36 56.56 18.8 -
YUV 192.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 218 199 94 0 0.09 0.57 0.15 50.81 0.63 0.61
Hex DA C7 5E 0 9 39 F 33 3F 3D
Octal 332 307 136 0 11 71 17 63 77 75
Binary 11011010 11000111 1011110 0 1001 111001 1111 110011 111111 111101

Color Harmonies of #DAC75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC75E

Black with #DAC75E

Text Example


Text Example

White with #DAC75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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