Shades of Wattle #DAC63E
Tints of Wattle #DAC63E
RGB
CMYK
RGB Variations
Color information
#DAC63E (or 0xDAC63E) is known color: Wattle. HEX triplet: DA, C6 and 3E. RGB value is (218,198,62). Sum of RGB (Red+Green+Blue) = 218+198+62=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC63E is #2539C1. Grayscale: #BDBDBD. Windows color (decimal): -2439618 or 4114138. OLE color: 4114138.
HSL color Cylindrical-coordinate representation of color #DAC63E: hue angle of 52.31º 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 #DAC63E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 62 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.15 |
| HSL | 52.31º | 0.68% | 0.55% | - |
| HSV(B) | 52.31º | 0.72% | 0.85% | - |
| XYZ | 49.98 | 55.64 | 12.66 | - |
| YUV | 188.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 62 | 0 | 0.09 | 0.72 | 0.15 | 52.31 | 0.68 | 0.55 |
| Hex | DA | C6 | 3E | 0 | 9 | 48 | F | 34 | 44 | 37 |
| Octal | 332 | 306 | 76 | 0 | 11 | 110 | 17 | 64 | 104 | 67 |
| Binary | 11011010 | 11000110 | 111110 | 0 | 1001 | 1001000 | 1111 | 110100 | 1000100 | 110111 |
Color Harmonies of #DAC63E
Complementary color
Monochromatic Colors of #DAC63E
Black with #DAC63E
Text Example
Text Example
White with #DAC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC63E; }
p { color: rgb(218,198,62); }
H1.HeaderClassName
{
color: #DAC63E;
}
.AnyTagClassName
{
color: #DAC63E;
}
</style>
background-color css
<style>
a { background-color: #DAC63E; }
a { background-color: rgb(218,198,62); }
div.DivClassName
{
background-color: #DAC63E;
}
.BgClassName
{
background-color: #DAC63E;
}
</style>
border-color css
<style>
span { border-color: #DAC63E; }
span { border-color: rgb(218,198,62); }
td.TdClassName
{
border-color: #DAC63E;
}
.TagClassName
{
border-color: #DAC63E;
}
</style>