Html Css Color HEX #DAD53E Wattle

📋 copy color: '#DAD53E'

red 218 ◦ green 213 ◦ blue 62

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

Shades of Wattle #DAD53E

Tints of Wattle #DAD53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.58%

R = 44.22%
G = 43.2%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAD53E (or 0xDAD53E) is known color: Wattle. HEX triplet: DA, D5 and 3E. RGB value is (218,213,62). Sum of RGB (Red+Green+Blue) = 218+213+62=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD53E is #252AC1. Grayscale: #C5C5C5. Windows color (decimal): -2435778 or 4117978. OLE color: 4117978.

HSL color Cylindrical-coordinate representation of color #DAD53E: hue angle of 58.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAD53E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 62 -
CMYK 0 0.02 0.72 0.15
HSL 58.08º 0.68% 0.55% -
HSV(B) 58.08º 0.72% 0.85% -
XYZ 53.58 62.84 13.86 -
YUV 197.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 218 213 62 0 0.02 0.72 0.15 58.08 0.68 0.55
Hex DA D5 3E 0 2 48 F 3A 44 37
Octal 332 325 76 0 2 110 17 72 104 67
Binary 11011010 11010101 111110 0 10 1001000 1111 111010 1000100 110111

Color Harmonies of #DAD53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD53E

Black with #DAD53E

Text Example


Text Example

White with #DAD53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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