Html Css Color HEX #DAC73C Wattle

📋 copy color: '#DAC73C'

red 218 ◦ green 199 ◦ blue 60

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

Shades of Wattle #DAC73C

Tints of Wattle #DAC73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.58%

R = 45.7%
G = 41.72%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAC73C (or 0xDAC73C) is known color: Wattle. HEX triplet: DA, C7 and 3C. RGB value is (218,199,60). Sum of RGB (Red+Green+Blue) = 218+199+60=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC73C is #2538C3. Grayscale: #BDBDBD. Windows color (decimal): -2439364 or 3983322. OLE color: 3983322.

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

Color convert

RGB 218 199 60 -
CMYK 0 0.09 0.72 0.15
HSL 52.78º 0.68% 0.55% -
HSV(B) 52.78º 0.72% 0.85% -
XYZ 50.15 56.08 12.46 -
YUV 188.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 218 199 60 0 0.09 0.72 0.15 52.78 0.68 0.55
Hex DA C7 3C 0 9 48 F 35 44 37
Octal 332 307 74 0 11 110 17 65 104 67
Binary 11011010 11000111 111100 0 1001 1001000 1111 110101 1000100 110111

Color Harmonies of #DAC73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC73C

Black with #DAC73C

Text Example


Text Example

White with #DAC73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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