Html Css Color HEX #DAD340 Wattle

📋 copy color: '#DAD340'

red 218 ◦ green 211 ◦ blue 64

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

Shades of Wattle #DAD340

Tints of Wattle #DAD340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.8%

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

R = 44.22%
G = 42.8%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD340 (or 0xDAD340) is known color: Wattle. HEX triplet: DA, D3 and 40. RGB value is (218,211,64). Sum of RGB (Red+Green+Blue) = 218+211+64=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD340 is #252CBF. Grayscale: #C4C4C4. Windows color (decimal): -2436288 or 4248538. OLE color: 4248538.

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

Color convert

RGB 218 211 64 -
CMYK 0 0.03 0.71 0.15
HSL 57.27º 0.68% 0.55% -
HSV(B) 57.27º 0.71% 0.85% -
XYZ 53.13 61.86 13.99 -
YUV 196.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 218 211 64 0 0.03 0.71 0.15 57.27 0.68 0.55
Hex DA D3 40 0 3 47 F 39 44 37
Octal 332 323 100 0 3 107 17 71 104 67
Binary 11011010 11010011 1000000 0 11 1000111 1111 111001 1000100 110111

Color Harmonies of #DAD340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD340

Black with #DAD340

Text Example


Text Example

White with #DAD340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD340; }

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

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

background-color css

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

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

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

border-color css

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

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

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