Shades of Wattle #DAD33D
Tints of Wattle #DAD33D
RGB
CMYK
RGB Variations
Color information
#DAD33D (or 0xDAD33D) is known color: Wattle. HEX triplet: DA, D3 and 3D. RGB value is (218,211,61). Sum of RGB (Red+Green+Blue) = 218+211+61=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD33D is #252CC2. Grayscale: #C4C4C4. Windows color (decimal): -2436291 or 4051930. OLE color: 4051930.
HSL color Cylindrical-coordinate representation of color #DAD33D: hue angle of 57.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAD33D is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 211 | 61 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.15 |
| HSL | 57.32º | 0.68% | 0.55% | - |
| HSV(B) | 57.32º | 0.72% | 0.85% | - |
| XYZ | 53.05 | 61.83 | 13.55 | - |
| YUV | 195.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 61 | 0 | 0.03 | 0.72 | 0.15 | 57.32 | 0.68 | 0.55 |
| Hex | DA | D3 | 3D | 0 | 3 | 48 | F | 39 | 44 | 37 |
| Octal | 332 | 323 | 75 | 0 | 3 | 110 | 17 | 71 | 104 | 67 |
| Binary | 11011010 | 11010011 | 111101 | 0 | 11 | 1001000 | 1111 | 111001 | 1000100 | 110111 |
Color Harmonies of #DAD33D
Complementary color
Monochromatic Colors of #DAD33D
Black with #DAD33D
Text Example
Text Example
White with #DAD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD33D; }
p { color: rgb(218,211,61); }
H1.HeaderClassName
{
color: #DAD33D;
}
.AnyTagClassName
{
color: #DAD33D;
}
</style>
background-color css
<style>
a { background-color: #DAD33D; }
a { background-color: rgb(218,211,61); }
div.DivClassName
{
background-color: #DAD33D;
}
.BgClassName
{
background-color: #DAD33D;
}
</style>
border-color css
<style>
span { border-color: #DAD33D; }
span { border-color: rgb(218,211,61); }
td.TdClassName
{
border-color: #DAD33D;
}
.TagClassName
{
border-color: #DAD33D;
}
</style>