Shades of Wattle #DAD33F
Tints of Wattle #DAD33F
RGB
CMYK
RGB Variations
Color information
#DAD33F (or 0xDAD33F) is known color: Wattle. HEX triplet: DA, D3 and 3F. RGB value is (218,211,63). Sum of RGB (Red+Green+Blue) = 218+211+63=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD33F is #252CC0. Grayscale: #C4C4C4. Windows color (decimal): -2436289 or 4183002. OLE color: 4183002.
HSL color Cylindrical-coordinate representation of color #DAD33F: hue angle of 57.29º 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 #DAD33F is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 63 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.15 |
| HSL | 57.29º | 0.68% | 0.55% | - |
| HSV(B) | 57.29º | 0.71% | 0.85% | - |
| XYZ | 53.1 | 61.85 | 13.84 | - |
| YUV | 196.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 63 | 0 | 0.03 | 0.71 | 0.15 | 57.29 | 0.68 | 0.55 |
| Hex | DA | D3 | 3F | 0 | 3 | 47 | F | 39 | 44 | 37 |
| Octal | 332 | 323 | 77 | 0 | 3 | 107 | 17 | 71 | 104 | 67 |
| Binary | 11011010 | 11010011 | 111111 | 0 | 11 | 1000111 | 1111 | 111001 | 1000100 | 110111 |
Color Harmonies of #DAD33F
Complementary color
Monochromatic Colors of #DAD33F
Black with #DAD33F
Text Example
Text Example
White with #DAD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD33F; }
p { color: rgb(218,211,63); }
H1.HeaderClassName
{
color: #DAD33F;
}
.AnyTagClassName
{
color: #DAD33F;
}
</style>
background-color css
<style>
a { background-color: #DAD33F; }
a { background-color: rgb(218,211,63); }
div.DivClassName
{
background-color: #DAD33F;
}
.BgClassName
{
background-color: #DAD33F;
}
</style>
border-color css
<style>
span { border-color: #DAD33F; }
span { border-color: rgb(218,211,63); }
td.TdClassName
{
border-color: #DAD33F;
}
.TagClassName
{
border-color: #DAD33F;
}
</style>