Shades of Wattle #DAC52E
Tints of Wattle #DAC52E
RGB
CMYK
RGB Variations
Color information
#DAC52E (or 0xDAC52E) is known color: Wattle. HEX triplet: DA, C5 and 2E. RGB value is (218,197,46). Sum of RGB (Red+Green+Blue) = 218+197+46=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC52E is #253AD1. Grayscale: #BABABA. Windows color (decimal): -2439890 or 3065306. OLE color: 3065306.
HSL color Cylindrical-coordinate representation of color #DAC52E: hue angle of 52.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAC52E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 46 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.15 |
| HSL | 52.67º | 0.7% | 0.52% | - |
| HSV(B) | 52.67º | 0.79% | 0.85% | - |
| XYZ | 49.37 | 55.04 | 10.61 | - |
| YUV | 186.07 | 48.96 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 46 | 0 | 0.10 | 0.79 | 0.15 | 52.67 | 0.7 | 0.52 |
| Hex | DA | C5 | 2E | 0 | A | 4F | F | 35 | 46 | 34 |
| Octal | 332 | 305 | 56 | 0 | 12 | 117 | 17 | 65 | 106 | 64 |
| Binary | 11011010 | 11000101 | 101110 | 0 | 1010 | 1001111 | 1111 | 110101 | 1000110 | 110100 |
Color Harmonies of #DAC52E
Complementary color
Monochromatic Colors of #DAC52E
Black with #DAC52E
Text Example
Text Example
White with #DAC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC52E; }
p { color: rgb(218,197,46); }
H1.HeaderClassName
{
color: #DAC52E;
}
.AnyTagClassName
{
color: #DAC52E;
}
</style>
background-color css
<style>
a { background-color: #DAC52E; }
a { background-color: rgb(218,197,46); }
div.DivClassName
{
background-color: #DAC52E;
}
.BgClassName
{
background-color: #DAC52E;
}
</style>
border-color css
<style>
span { border-color: #DAC52E; }
span { border-color: rgb(218,197,46); }
td.TdClassName
{
border-color: #DAC52E;
}
.TagClassName
{
border-color: #DAC52E;
}
</style>