Html Css Color HEX #DAC740 Wattle

📋 copy color: '#DAC740'

red 218 ◦ green 199 ◦ blue 64

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

Shades of Wattle #DAC740

Tints of Wattle #DAC740

RGB

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

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

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

R = 45.32%
G = 41.37%
B = 13.31%

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

#DAC740 (or 0xDAC740) is known color: Wattle. HEX triplet: DA, C7 and 40. RGB value is (218,199,64). Sum of RGB (Red+Green+Blue) = 218+199+64=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC740 is #2538BF. Grayscale: #BDBDBD. Windows color (decimal): -2439360 or 4245466. OLE color: 4245466.

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

Color convert

RGB 218 199 64 -
CMYK 0 0.09 0.71 0.15
HSL 52.6º 0.68% 0.55% -
HSV(B) 52.6º 0.71% 0.85% -
XYZ 50.26 56.12 13.03 -
YUV 189.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 218 199 64 0 0.09 0.71 0.15 52.6 0.68 0.55
Hex DA C7 40 0 9 47 F 35 44 37
Octal 332 307 100 0 11 107 17 65 104 67
Binary 11011010 11000111 1000000 0 1001 1000111 1111 110101 1000100 110111

Color Harmonies of #DAC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC740

Black with #DAC740

Text Example


Text Example

White with #DAC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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