Shades of Wattle #DAD03A
Tints of Wattle #DAD03A
RGB
CMYK
RGB Variations
Color information
#DAD03A (or 0xDAD03A) is known color: Wattle. HEX triplet: DA, D0 and 3A. RGB value is (218,208,58). Sum of RGB (Red+Green+Blue) = 218+208+58=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD03A is #252FC5. Grayscale: #C2C2C2. Windows color (decimal): -2437062 or 3854554. OLE color: 3854554.
HSL color Cylindrical-coordinate representation of color #DAD03A: hue angle of 56.25º 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 #DAD03A is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 58 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.15 |
| HSL | 56.25º | 0.68% | 0.54% | - |
| HSV(B) | 56.25º | 0.73% | 0.85% | - |
| XYZ | 52.23 | 60.32 | 12.89 | - |
| YUV | 193.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 58 | 0 | 0.05 | 0.73 | 0.15 | 56.25 | 0.68 | 0.54 |
| Hex | DA | D0 | 3A | 0 | 5 | 49 | F | 38 | 44 | 36 |
| Octal | 332 | 320 | 72 | 0 | 5 | 111 | 17 | 70 | 104 | 66 |
| Binary | 11011010 | 11010000 | 111010 | 0 | 101 | 1001001 | 1111 | 111000 | 1000100 | 110110 |
Color Harmonies of #DAD03A
Complementary color
Monochromatic Colors of #DAD03A
Black with #DAD03A
Text Example
Text Example
White with #DAD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD03A; }
p { color: rgb(218,208,58); }
H1.HeaderClassName
{
color: #DAD03A;
}
.AnyTagClassName
{
color: #DAD03A;
}
</style>
background-color css
<style>
a { background-color: #DAD03A; }
a { background-color: rgb(218,208,58); }
div.DivClassName
{
background-color: #DAD03A;
}
.BgClassName
{
background-color: #DAD03A;
}
</style>
border-color css
<style>
span { border-color: #DAD03A; }
span { border-color: rgb(218,208,58); }
td.TdClassName
{
border-color: #DAD03A;
}
.TagClassName
{
border-color: #DAD03A;
}
</style>