Html Css Color HEX #DAD540 Wattle

📋 copy color: '#DAD540'

red 218 ◦ green 213 ◦ blue 64

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

Shades of Wattle #DAD540

Tints of Wattle #DAD540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 44.04%
G = 43.03%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD540 (or 0xDAD540) is known color: Wattle. HEX triplet: DA, D5 and 40. RGB value is (218,213,64). Sum of RGB (Red+Green+Blue) = 218+213+64=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD540 is #252ABF. Grayscale: #C6C6C6. Windows color (decimal): -2435776 or 4249050. OLE color: 4249050.

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

Color convert

RGB 218 213 64 -
CMYK 0 0.02 0.71 0.15
HSL 58.05º 0.68% 0.55% -
HSV(B) 58.05º 0.71% 0.85% -
XYZ 53.63 62.86 14.16 -
YUV 197.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 218 213 64 0 0.02 0.71 0.15 58.05 0.68 0.55
Hex DA D5 40 0 2 47 F 3A 44 37
Octal 332 325 100 0 2 107 17 72 104 67
Binary 11011010 11010101 1000000 0 10 1000111 1111 111010 1000100 110111

Color Harmonies of #DAD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD540

Black with #DAD540

Text Example


Text Example

White with #DAD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD540; }

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

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

background-color css

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

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

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

border-color css

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

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

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