Html Css Color HEX #DAC75D Tacha

📋 copy color: '#DAC75D'

red 218 ◦ green 199 ◦ blue 93

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

Shades of Tacha #DAC75D

Tints of Tacha #DAC75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 42.75%
G = 39.02%
B = 18.24%

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

#DAC75D (or 0xDAC75D) is known color: Tacha. HEX triplet: DA, C7 and 5D. RGB value is (218,199,93). Sum of RGB (Red+Green+Blue) = 218+199+93=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC75D is #2538A2. Grayscale: #C1C1C1. Windows color (decimal): -2439331 or 6146010. OLE color: 6146010.

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

Color convert

RGB 218 199 93 -
CMYK 0 0.09 0.57 0.15
HSL 50.88º 0.63% 0.61% -
HSV(B) 50.88º 0.57% 0.85% -
XYZ 51.31 56.54 18.57 -
YUV 192.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 218 199 93 0 0.09 0.57 0.15 50.88 0.63 0.61
Hex DA C7 5D 0 9 39 F 33 3F 3D
Octal 332 307 135 0 11 71 17 63 77 75
Binary 11011010 11000111 1011101 0 1001 111001 1111 110011 111111 111101

Color Harmonies of #DAC75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC75D

Black with #DAC75D

Text Example


Text Example

White with #DAC75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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