Html Css Color HEX #DAC73A Wattle

📋 copy color: '#DAC73A'

red 218 ◦ green 199 ◦ blue 58

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

Shades of Wattle #DAC73A

Tints of Wattle #DAC73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.21%

R = 45.89%
G = 41.89%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAC73A (or 0xDAC73A) is known color: Wattle. HEX triplet: DA, C7 and 3A. RGB value is (218,199,58). Sum of RGB (Red+Green+Blue) = 218+199+58=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC73A is #2538C5. Grayscale: #BDBDBD. Windows color (decimal): -2439366 or 3852250. OLE color: 3852250.

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

Color convert

RGB 218 199 58 -
CMYK 0 0.09 0.73 0.15
HSL 52.88º 0.68% 0.54% -
HSV(B) 52.88º 0.73% 0.85% -
XYZ 50.1 56.06 12.18 -
YUV 188.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 218 199 58 0 0.09 0.73 0.15 52.88 0.68 0.54
Hex DA C7 3A 0 9 49 F 35 44 36
Octal 332 307 72 0 11 111 17 65 104 66
Binary 11011010 11000111 111010 0 1001 1001001 1111 110101 1000100 110110

Color Harmonies of #DAC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC73A

Black with #DAC73A

Text Example


Text Example

White with #DAC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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