Html Css Color HEX #DAC63A Wattle

📋 copy color: '#DAC63A'

red 218 ◦ green 198 ◦ blue 58

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

Shades of Wattle #DAC63A

Tints of Wattle #DAC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.77%

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

R = 45.99%
G = 41.77%
B = 12.24%

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

#DAC63A (or 0xDAC63A) is known color: Wattle. HEX triplet: DA, C6 and 3A. RGB value is (218,198,58). Sum of RGB (Red+Green+Blue) = 218+198+58=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC63A is #2539C5. Grayscale: #BCBCBC. Windows color (decimal): -2439622 or 3851994. OLE color: 3851994.

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

Color convert

RGB 218 198 58 -
CMYK 0 0.09 0.73 0.15
HSL 52.5º 0.68% 0.54% -
HSV(B) 52.5º 0.73% 0.85% -
XYZ 49.87 55.6 12.11 -
YUV 188.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 218 198 58 0 0.09 0.73 0.15 52.5 0.68 0.54
Hex DA C6 3A 0 9 49 F 34 44 36
Octal 332 306 72 0 11 111 17 64 104 66
Binary 11011010 11000110 111010 0 1001 1001001 1111 110100 1000100 110110

Color Harmonies of #DAC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC63A

Black with #DAC63A

Text Example


Text Example

White with #DAC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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