Html Css Color HEX #DAC75B Tacha

📋 copy color: '#DAC75B'

red 218 ◦ green 199 ◦ blue 91

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

Shades of Tacha #DAC75B

Tints of Tacha #DAC75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 42.91%
G = 39.17%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAC75B (or 0xDAC75B) is known color: Tacha. HEX triplet: DA, C7 and 5B. RGB value is (218,199,91). Sum of RGB (Red+Green+Blue) = 218+199+91=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC75B is #2538A4. Grayscale: #C0C0C0. Windows color (decimal): -2439333 or 6014938. OLE color: 6014938.

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

Color convert

RGB 218 199 91 -
CMYK 0 0.09 0.58 0.15
HSL 51.02º 0.63% 0.61% -
HSV(B) 51.02º 0.58% 0.85% -
XYZ 51.23 56.51 18.1 -
YUV 192.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 218 199 91 0 0.09 0.58 0.15 51.02 0.63 0.61
Hex DA C7 5B 0 9 3A F 33 3F 3D
Octal 332 307 133 0 11 72 17 63 77 75
Binary 11011010 11000111 1011011 0 1001 111010 1111 110011 111111 111101

Color Harmonies of #DAC75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC75B

Black with #DAC75B

Text Example


Text Example

White with #DAC75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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