Shades of Wattle #DAD33A
Tints of Wattle #DAD33A
RGB
CMYK
RGB Variations
Color information
#DAD33A (or 0xDAD33A) is known color: Wattle. HEX triplet: DA, D3 and 3A. RGB value is (218,211,58). Sum of RGB (Red+Green+Blue) = 218+211+58=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD33A is #252CC5. Grayscale: #C4C4C4. Windows color (decimal): -2436294 or 3855322. OLE color: 3855322.
HSL color Cylindrical-coordinate representation of color #DAD33A: hue angle of 57.38º 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 #DAD33A is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 58 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.15 |
| HSL | 57.38º | 0.68% | 0.54% | - |
| HSV(B) | 57.38º | 0.73% | 0.85% | - |
| XYZ | 52.97 | 61.8 | 13.14 | - |
| YUV | 195.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 58 | 0 | 0.03 | 0.73 | 0.15 | 57.38 | 0.68 | 0.54 |
| Hex | DA | D3 | 3A | 0 | 3 | 49 | F | 39 | 44 | 36 |
| Octal | 332 | 323 | 72 | 0 | 3 | 111 | 17 | 71 | 104 | 66 |
| Binary | 11011010 | 11010011 | 111010 | 0 | 11 | 1001001 | 1111 | 111001 | 1000100 | 110110 |
Color Harmonies of #DAD33A
Complementary color
Monochromatic Colors of #DAD33A
Black with #DAD33A
Text Example
Text Example
White with #DAD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD33A; }
p { color: rgb(218,211,58); }
H1.HeaderClassName
{
color: #DAD33A;
}
.AnyTagClassName
{
color: #DAD33A;
}
</style>
background-color css
<style>
a { background-color: #DAD33A; }
a { background-color: rgb(218,211,58); }
div.DivClassName
{
background-color: #DAD33A;
}
.BgClassName
{
background-color: #DAD33A;
}
</style>
border-color css
<style>
span { border-color: #DAD33A; }
span { border-color: rgb(218,211,58); }
td.TdClassName
{
border-color: #DAD33A;
}
.TagClassName
{
border-color: #DAD33A;
}
</style>