Shades of Wattle #DAC539
Tints of Wattle #DAC539
RGB
CMYK
RGB Variations
Color information
#DAC539 (or 0xDAC539) is known color: Wattle. HEX triplet: DA, C5 and 39. RGB value is (218,197,57). Sum of RGB (Red+Green+Blue) = 218+197+57=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC539 is #253AC6. Grayscale: #BBBBBB. Windows color (decimal): -2439879 or 3786202. OLE color: 3786202.
HSL color Cylindrical-coordinate representation of color #DAC539: hue angle of 52.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAC539 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 57 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.15 |
| HSL | 52.17º | 0.69% | 0.54% | - |
| HSV(B) | 52.17º | 0.74% | 0.85% | - |
| XYZ | 49.62 | 55.13 | 11.9 | - |
| YUV | 187.32 | 54.46 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 57 | 0 | 0.10 | 0.74 | 0.15 | 52.17 | 0.69 | 0.54 |
| Hex | DA | C5 | 39 | 0 | A | 4A | F | 34 | 45 | 36 |
| Octal | 332 | 305 | 71 | 0 | 12 | 112 | 17 | 64 | 105 | 66 |
| Binary | 11011010 | 11000101 | 111001 | 0 | 1010 | 1001010 | 1111 | 110100 | 1000101 | 110110 |
Color Harmonies of #DAC539
Complementary color
Monochromatic Colors of #DAC539
Black with #DAC539
Text Example
Text Example
White with #DAC539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC539; }
p { color: rgb(218,197,57); }
H1.HeaderClassName
{
color: #DAC539;
}
.AnyTagClassName
{
color: #DAC539;
}
</style>
background-color css
<style>
a { background-color: #DAC539; }
a { background-color: rgb(218,197,57); }
div.DivClassName
{
background-color: #DAC539;
}
.BgClassName
{
background-color: #DAC539;
}
</style>
border-color css
<style>
span { border-color: #DAC539; }
span { border-color: rgb(218,197,57); }
td.TdClassName
{
border-color: #DAC539;
}
.TagClassName
{
border-color: #DAC539;
}
</style>