Html Css Color HEX #DAD43A Wattle

📋 copy color: '#DAD43A'

red 218 ◦ green 212 ◦ blue 58

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

Shades of Wattle #DAD43A

Tints of Wattle #DAD43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.89%

R = 44.67%
G = 43.44%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAD43A (or 0xDAD43A) is known color: Wattle. HEX triplet: DA, D4 and 3A. RGB value is (218,212,58). Sum of RGB (Red+Green+Blue) = 218+212+58=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD43A is #252BC5. Grayscale: #C4C4C4. Windows color (decimal): -2436038 or 3855578. OLE color: 3855578.

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

Color convert

RGB 218 212 58 -
CMYK 0 0.03 0.73 0.15
HSL 57.75º 0.68% 0.54% -
HSV(B) 57.75º 0.73% 0.85% -
XYZ 53.22 62.3 13.22 -
YUV 196.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 218 212 58 0 0.03 0.73 0.15 57.75 0.68 0.54
Hex DA D4 3A 0 3 49 F 3A 44 36
Octal 332 324 72 0 3 111 17 72 104 66
Binary 11011010 11010100 111010 0 11 1001001 1111 111010 1000100 110110

Color Harmonies of #DAD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD43A

Black with #DAD43A

Text Example


Text Example

White with #DAD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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