Html Css Color HEX #DAD440 Wattle

📋 copy color: '#DAD440'

red 218 ◦ green 212 ◦ blue 64

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

Shades of Wattle #DAD440

Tints of Wattle #DAD440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.91%

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

R = 44.13%
G = 42.91%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD440 (or 0xDAD440) is known color: Wattle. HEX triplet: DA, D4 and 40. RGB value is (218,212,64). Sum of RGB (Red+Green+Blue) = 218+212+64=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD440 is #252BBF. Grayscale: #C5C5C5. Windows color (decimal): -2436032 or 4248794. OLE color: 4248794.

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

Color convert

RGB 218 212 64 -
CMYK 0 0.03 0.71 0.15
HSL 57.66º 0.68% 0.55% -
HSV(B) 57.66º 0.71% 0.85% -
XYZ 53.38 62.36 14.07 -
YUV 196.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 218 212 64 0 0.03 0.71 0.15 57.66 0.68 0.55
Hex DA D4 40 0 3 47 F 3A 44 37
Octal 332 324 100 0 3 107 17 72 104 67
Binary 11011010 11010100 1000000 0 11 1000111 1111 111010 1000100 110111

Color Harmonies of #DAD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD440

Black with #DAD440

Text Example


Text Example

White with #DAD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD440; }

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

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

background-color css

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

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

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

border-color css

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

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

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