Html Css Color HEX #DAD139 Wattle

📋 copy color: '#DAD139'

red 218 ◦ green 209 ◦ blue 57

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

Shades of Wattle #DAD139

Tints of Wattle #DAD139

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

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

R = 45.04%
G = 43.18%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD139 (or 0xDAD139) is known color: Wattle. HEX triplet: DA, D1 and 39. RGB value is (218,209,57). Sum of RGB (Red+Green+Blue) = 218+209+57=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD139 is #252EC6. Grayscale: #C2C2C2. Windows color (decimal): -2436807 or 3789274. OLE color: 3789274.

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

Color convert

RGB 218 209 57 -
CMYK 0 0.04 0.74 0.15
HSL 56.65º 0.69% 0.54% -
HSV(B) 56.65º 0.74% 0.85% -
XYZ 52.45 60.8 12.84 -
YUV 194.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 218 209 57 0 0.04 0.74 0.15 56.65 0.69 0.54
Hex DA D1 39 0 4 4A F 39 45 36
Octal 332 321 71 0 4 112 17 71 105 66
Binary 11011010 11010001 111001 0 100 1001010 1111 111001 1000101 110110

Color Harmonies of #DAD139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD139

Black with #DAD139

Text Example


Text Example

White with #DAD139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD139; }

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

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

background-color css

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

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

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

border-color css

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

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

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