Shades of Wattle #DAD233
Tints of Wattle #DAD233
RGB
CMYK
RGB Variations
Color information
#DAD233 (or 0xDAD233) is known color: Wattle. HEX triplet: DA, D2 and 33. RGB value is (218,210,51). Sum of RGB (Red+Green+Blue) = 218+210+51=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 51 (20.31% from 255 or 10.65% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD233 is #252DCC. Grayscale: #C2C2C2. Windows color (decimal): -2436557 or 3396314. OLE color: 3396314.
HSL color Cylindrical-coordinate representation of color #DAD233: hue angle of 57.13º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAD233 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 51 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.15 |
| HSL | 57.13º | 0.69% | 0.53% | - |
| HSV(B) | 57.13º | 0.77% | 0.85% | - |
| XYZ | 52.56 | 61.24 | 12.18 | - |
| YUV | 194.27 | 47.15 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 51 | 0 | 0.04 | 0.77 | 0.15 | 57.13 | 0.69 | 0.53 |
| Hex | DA | D2 | 33 | 0 | 4 | 4D | F | 39 | 45 | 35 |
| Octal | 332 | 322 | 63 | 0 | 4 | 115 | 17 | 71 | 105 | 65 |
| Binary | 11011010 | 11010010 | 110011 | 0 | 100 | 1001101 | 1111 | 111001 | 1000101 | 110101 |
Color Harmonies of #DAD233
Complementary color
Monochromatic Colors of #DAD233
Black with #DAD233
Text Example
Text Example
White with #DAD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD233; }
p { color: rgb(218,210,51); }
H1.HeaderClassName
{
color: #DAD233;
}
.AnyTagClassName
{
color: #DAD233;
}
</style>
background-color css
<style>
a { background-color: #DAD233; }
a { background-color: rgb(218,210,51); }
div.DivClassName
{
background-color: #DAD233;
}
.BgClassName
{
background-color: #DAD233;
}
</style>
border-color css
<style>
span { border-color: #DAD233; }
span { border-color: rgb(218,210,51); }
td.TdClassName
{
border-color: #DAD233;
}
.TagClassName
{
border-color: #DAD233;
}
</style>