Shades of Wattle #DAC537
Tints of Wattle #DAC537
RGB
CMYK
RGB Variations
Color information
#DAC537 (or 0xDAC537) is known color: Wattle. HEX triplet: DA, C5 and 37. RGB value is (218,197,55). Sum of RGB (Red+Green+Blue) = 218+197+55=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC537 is #253AC8. Grayscale: #BBBBBB. Windows color (decimal): -2439881 or 3655130. OLE color: 3655130.
HSL color Cylindrical-coordinate representation of color #DAC537: hue angle of 52.27º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAC537 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 55 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.15 |
| HSL | 52.27º | 0.69% | 0.54% | - |
| HSV(B) | 52.27º | 0.75% | 0.85% | - |
| XYZ | 49.57 | 55.11 | 11.64 | - |
| YUV | 187.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 55 | 0 | 0.10 | 0.75 | 0.15 | 52.27 | 0.69 | 0.54 |
| Hex | DA | C5 | 37 | 0 | A | 4B | F | 34 | 45 | 36 |
| Octal | 332 | 305 | 67 | 0 | 12 | 113 | 17 | 64 | 105 | 66 |
| Binary | 11011010 | 11000101 | 110111 | 0 | 1010 | 1001011 | 1111 | 110100 | 1000101 | 110110 |
Color Harmonies of #DAC537
Complementary color
Monochromatic Colors of #DAC537
Black with #DAC537
Text Example
Text Example
White with #DAC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC537; }
p { color: rgb(218,197,55); }
H1.HeaderClassName
{
color: #DAC537;
}
.AnyTagClassName
{
color: #DAC537;
}
</style>
background-color css
<style>
a { background-color: #DAC537; }
a { background-color: rgb(218,197,55); }
div.DivClassName
{
background-color: #DAC537;
}
.BgClassName
{
background-color: #DAC537;
}
</style>
border-color css
<style>
span { border-color: #DAC537; }
span { border-color: rgb(218,197,55); }
td.TdClassName
{
border-color: #DAC537;
}
.TagClassName
{
border-color: #DAC537;
}
</style>