Html Css Color HEX #DAC940 Wattle

📋 copy color: '#DAC940'

red 218 ◦ green 201 ◦ blue 64

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

Shades of Wattle #DAC940

Tints of Wattle #DAC940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.61%

 BLUE value IS 64 (25.39% from 255) = 13.25%

R = 45.13%
G = 41.61%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAC940 (or 0xDAC940) is known color: Wattle. HEX triplet: DA, C9 and 40. RGB value is (218,201,64). Sum of RGB (Red+Green+Blue) = 218+201+64=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC940 is #2536BF. Grayscale: #BFBFBF. Windows color (decimal): -2438848 or 4245978. OLE color: 4245978.

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

Color convert

RGB 218 201 64 -
CMYK 0 0.08 0.71 0.15
HSL 53.38º 0.68% 0.55% -
HSV(B) 53.38º 0.71% 0.85% -
XYZ 50.73 57.05 13.19 -
YUV 190.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 218 201 64 0 0.08 0.71 0.15 53.38 0.68 0.55
Hex DA C9 40 0 8 47 F 35 44 37
Octal 332 311 100 0 10 107 17 65 104 67
Binary 11011010 11001001 1000000 0 1000 1000111 1111 110101 1000100 110111

Color Harmonies of #DAC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC940

Black with #DAC940

Text Example


Text Example

White with #DAC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC940; }

 p { color: rgb(218,201,64); }

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

background-color css

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

 a { background-color: rgb(218,201,64); }

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

border-color css

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

 span { border-color: rgb(218,201,64); }

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