Html Css Color HEX #DAD039 Wattle

📋 copy color: '#DAD039'

red 218 ◦ green 208 ◦ blue 57

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

Shades of Wattle #DAD039

Tints of Wattle #DAD039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.8%

R = 45.13%
G = 43.06%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD039 (or 0xDAD039) is known color: Wattle. HEX triplet: DA, D0 and 39. RGB value is (218,208,57). Sum of RGB (Red+Green+Blue) = 218+208+57=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 57 (22.66% from 255 or 11.80% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD039 is #252FC6. Grayscale: #C2C2C2. Windows color (decimal): -2437063 or 3789018. OLE color: 3789018.

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

Color convert

RGB 218 208 57 -
CMYK 0 0.05 0.74 0.15
HSL 56.27º 0.69% 0.54% -
HSV(B) 56.27º 0.74% 0.85% -
XYZ 52.21 60.31 12.76 -
YUV 193.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 218 208 57 0 0.05 0.74 0.15 56.27 0.69 0.54
Hex DA D0 39 0 5 4A F 38 45 36
Octal 332 320 71 0 5 112 17 70 105 66
Binary 11011010 11010000 111001 0 101 1001010 1111 111000 1000101 110110

Color Harmonies of #DAD039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD039

Black with #DAD039

Text Example


Text Example

White with #DAD039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD039; }

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

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

background-color css

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

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

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

border-color css

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

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

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