Html Css Color HEX #DAC62F Wattle

📋 copy color: '#DAC62F'

red 218 ◦ green 198 ◦ blue 47

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

Shades of Wattle #DAC62F

Tints of Wattle #DAC62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.15%

R = 47.08%
G = 42.76%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC62F (or 0xDAC62F) is known color: Wattle. HEX triplet: DA, C6 and 2F. RGB value is (218,198,47). Sum of RGB (Red+Green+Blue) = 218+198+47=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC62F is #2539D0. Grayscale: #BBBBBB. Windows color (decimal): -2439633 or 3131098. OLE color: 3131098.

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

Color convert

RGB 218 198 47 -
CMYK 0 0.09 0.78 0.15
HSL 52.98º 0.7% 0.52% -
HSV(B) 52.98º 0.78% 0.85% -
XYZ 49.62 55.5 10.79 -
YUV 186.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 218 198 47 0 0.09 0.78 0.15 52.98 0.7 0.52
Hex DA C6 2F 0 9 4E F 35 46 34
Octal 332 306 57 0 11 116 17 65 106 64
Binary 11011010 11000110 101111 0 1001 1001110 1111 110101 1000110 110100

Color Harmonies of #DAC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC62F

Black with #DAC62F

Text Example


Text Example

White with #DAC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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