Html Css Color HEX #DAC53E Wattle

📋 copy color: '#DAC53E'

red 218 ◦ green 197 ◦ blue 62

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

Shades of Wattle #DAC53E

Tints of Wattle #DAC53E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.3%

 BLUE value IS 62 (24.61% from 255) = 13%

R = 45.7%
G = 41.3%
B = 13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAC53E (or 0xDAC53E) is known color: Wattle. HEX triplet: DA, C5 and 3E. RGB value is (218,197,62). Sum of RGB (Red+Green+Blue) = 218+197+62=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC53E is #253AC1. Grayscale: #BCBCBC. Windows color (decimal): -2439874 or 4113882. OLE color: 4113882.

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

Color convert

RGB 218 197 62 -
CMYK 0 0.10 0.72 0.15
HSL 51.92º 0.68% 0.55% -
HSV(B) 51.92º 0.72% 0.85% -
XYZ 49.75 55.19 12.59 -
YUV 187.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 218 197 62 0 0.10 0.72 0.15 51.92 0.68 0.55
Hex DA C5 3E 0 A 48 F 34 44 37
Octal 332 305 76 0 12 110 17 64 104 67
Binary 11011010 11000101 111110 0 1010 1001000 1111 110100 1000100 110111

Color Harmonies of #DAC53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC53E

Black with #DAC53E

Text Example


Text Example

White with #DAC53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC53E; }

 p { color: rgb(218,197,62); }

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

background-color css

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

 a { background-color: rgb(218,197,62); }

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

border-color css

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

 span { border-color: rgb(218,197,62); }

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