Html Css Color HEX #DAC73F Wattle

📋 copy color: '#DAC73F'

red 218 ◦ green 199 ◦ blue 63

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

Shades of Wattle #DAC73F

Tints of Wattle #DAC73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.13%

R = 45.42%
G = 41.46%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAC73F (or 0xDAC73F) is known color: Wattle. HEX triplet: DA, C7 and 3F. RGB value is (218,199,63). Sum of RGB (Red+Green+Blue) = 218+199+63=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC73F is #2538C0. Grayscale: #BDBDBD. Windows color (decimal): -2439361 or 4179930. OLE color: 4179930.

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

Color convert

RGB 218 199 63 -
CMYK 0 0.09 0.71 0.15
HSL 52.65º 0.68% 0.55% -
HSV(B) 52.65º 0.71% 0.85% -
XYZ 50.23 56.11 12.89 -
YUV 189.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 218 199 63 0 0.09 0.71 0.15 52.65 0.68 0.55
Hex DA C7 3F 0 9 47 F 35 44 37
Octal 332 307 77 0 11 107 17 65 104 67
Binary 11011010 11000111 111111 0 1001 1000111 1111 110101 1000100 110111

Color Harmonies of #DAC73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC73F

Black with #DAC73F

Text Example


Text Example

White with #DAC73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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