Html Css Color HEX #DAC75F Tacha

📋 copy color: '#DAC75F'

red 218 ◦ green 199 ◦ blue 95

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

Shades of Tacha #DAC75F

Tints of Tacha #DAC75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 42.58%
G = 38.87%
B = 18.55%

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

#DAC75F (or 0xDAC75F) is known color: Tacha. HEX triplet: DA, C7 and 5F. RGB value is (218,199,95). Sum of RGB (Red+Green+Blue) = 218+199+95=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC75F is #2538A0. Grayscale: #C1C1C1. Windows color (decimal): -2439329 or 6277082. OLE color: 6277082.

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

Color convert

RGB 218 199 95 -
CMYK 0 0.09 0.56 0.15
HSL 50.73º 0.62% 0.61% -
HSV(B) 50.73º 0.56% 0.85% -
XYZ 51.4 56.58 19.04 -
YUV 192.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 218 199 95 0 0.09 0.56 0.15 50.73 0.62 0.61
Hex DA C7 5F 0 9 38 F 33 3E 3D
Octal 332 307 137 0 11 70 17 63 76 75
Binary 11011010 11000111 1011111 0 1001 111000 1111 110011 111110 111101

Color Harmonies of #DAC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC75F

Black with #DAC75F

Text Example


Text Example

White with #DAC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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