Html Css Color HEX #DAC83A Wattle

📋 copy color: '#DAC83A'

red 218 ◦ green 200 ◦ blue 58

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

Shades of Wattle #DAC83A

Tints of Wattle #DAC83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

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

R = 45.8%
G = 42.02%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAC83A (or 0xDAC83A) is known color: Wattle. HEX triplet: DA, C8 and 3A. RGB value is (218,200,58). Sum of RGB (Red+Green+Blue) = 218+200+58=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC83A is #2537C5. Grayscale: #BDBDBD. Windows color (decimal): -2439110 or 3852506. OLE color: 3852506.

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

Color convert

RGB 218 200 58 -
CMYK 0 0.08 0.73 0.15
HSL 53.25º 0.68% 0.54% -
HSV(B) 53.25º 0.73% 0.85% -
XYZ 50.33 56.52 12.26 -
YUV 189.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 218 200 58 0 0.08 0.73 0.15 53.25 0.68 0.54
Hex DA C8 3A 0 8 49 F 35 44 36
Octal 332 310 72 0 10 111 17 65 104 66
Binary 11011010 11001000 111010 0 1000 1001001 1111 110101 1000100 110110

Color Harmonies of #DAC83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC83A

Black with #DAC83A

Text Example


Text Example

White with #DAC83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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