Html Css Color HEX #DAD33B Wattle

📋 copy color: '#DAD33B'

red 218 ◦ green 211 ◦ blue 59

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

Shades of Wattle #DAD33B

Tints of Wattle #DAD33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.09%

R = 44.67%
G = 43.24%
B = 12.09%

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

#DAD33B (or 0xDAD33B) is known color: Wattle. HEX triplet: DA, D3 and 3B. RGB value is (218,211,59). Sum of RGB (Red+Green+Blue) = 218+211+59=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD33B is #252CC4. Grayscale: #C4C4C4. Windows color (decimal): -2436293 or 3920858. OLE color: 3920858.

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

Color convert

RGB 218 211 59 -
CMYK 0 0.03 0.73 0.15
HSL 57.36º 0.68% 0.54% -
HSV(B) 57.36º 0.73% 0.85% -
XYZ 53 61.81 13.27 -
YUV 195.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 218 211 59 0 0.03 0.73 0.15 57.36 0.68 0.54
Hex DA D3 3B 0 3 49 F 39 44 36
Octal 332 323 73 0 3 111 17 71 104 66
Binary 11011010 11010011 111011 0 11 1001001 1111 111001 1000100 110110

Color Harmonies of #DAD33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD33B

Black with #DAD33B

Text Example


Text Example

White with #DAD33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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