Html Css Color HEX #DAD040 Wattle

📋 copy color: '#DAD040'

red 218 ◦ green 208 ◦ blue 64

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

Shades of Wattle #DAD040

Tints of Wattle #DAD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

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

R = 44.49%
G = 42.45%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD040 (or 0xDAD040) is known color: Wattle. HEX triplet: DA, D0 and 40. RGB value is (218,208,64). Sum of RGB (Red+Green+Blue) = 218+208+64=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD040 is #252FBF. Grayscale: #C3C3C3. Windows color (decimal): -2437056 or 4247770. OLE color: 4247770.

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

Color convert

RGB 218 208 64 -
CMYK 0 0.05 0.71 0.15
HSL 56.1º 0.68% 0.55% -
HSV(B) 56.1º 0.71% 0.85% -
XYZ 52.39 60.39 13.74 -
YUV 194.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 218 208 64 0 0.05 0.71 0.15 56.1 0.68 0.55
Hex DA D0 40 0 5 47 F 38 44 37
Octal 332 320 100 0 5 107 17 70 104 67
Binary 11011010 11010000 1000000 0 101 1000111 1111 111000 1000100 110111

Color Harmonies of #DAD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD040

Black with #DAD040

Text Example


Text Example

White with #DAD040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD040; }

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

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

background-color css

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

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

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

border-color css

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

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

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