Html Css Color HEX #DAC43E Wattle

📋 copy color: '#DAC43E'

red 218 ◦ green 196 ◦ blue 62

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

Shades of Wattle #DAC43E

Tints of Wattle #DAC43E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

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

R = 45.8%
G = 41.18%
B = 13.03%

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

#DAC43E (or 0xDAC43E) is known color: Wattle. HEX triplet: DA, C4 and 3E. RGB value is (218,196,62). Sum of RGB (Red+Green+Blue) = 218+196+62=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC43E is #253BC1. Grayscale: #BBBBBB. Windows color (decimal): -2440130 or 4113626. OLE color: 4113626.

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

Color convert

RGB 218 196 62 -
CMYK 0 0.10 0.72 0.15
HSL 51.54º 0.68% 0.55% -
HSV(B) 51.54º 0.72% 0.85% -
XYZ 49.52 54.73 12.51 -
YUV 187.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 218 196 62 0 0.10 0.72 0.15 51.54 0.68 0.55
Hex DA C4 3E 0 A 48 F 34 44 37
Octal 332 304 76 0 12 110 17 64 104 67
Binary 11011010 11000100 111110 0 1010 1001000 1111 110100 1000100 110111

Color Harmonies of #DAC43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC43E

Black with #DAC43E

Text Example


Text Example

White with #DAC43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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