Shades of Wattle #DAC036
Tints of Wattle #DAC036
RGB
CMYK
RGB Variations
Color information
#DAC036 (or 0xDAC036) is known color: Wattle. HEX triplet: DA, C0 and 36. RGB value is (218,192,54). Sum of RGB (Red+Green+Blue) = 218+192+54=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 54 (21.48% from 255 or 11.64% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC036 is #253FC9. Grayscale: #B8B8B8. Windows color (decimal): -2441162 or 3588314. OLE color: 3588314.
HSL color Cylindrical-coordinate representation of color #DAC036: hue angle of 50.49º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAC036 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 54 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.15 |
| HSL | 50.49º | 0.69% | 0.53% | - |
| HSV(B) | 50.49º | 0.75% | 0.85% | - |
| XYZ | 48.43 | 52.87 | 11.14 | - |
| YUV | 184.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 54 | 0 | 0.12 | 0.75 | 0.15 | 50.49 | 0.69 | 0.53 |
| Hex | DA | C0 | 36 | 0 | C | 4B | F | 32 | 45 | 35 |
| Octal | 332 | 300 | 66 | 0 | 14 | 113 | 17 | 62 | 105 | 65 |
| Binary | 11011010 | 11000000 | 110110 | 0 | 1100 | 1001011 | 1111 | 110010 | 1000101 | 110101 |
Color Harmonies of #DAC036
Complementary color
Monochromatic Colors of #DAC036
Black with #DAC036
Text Example
Text Example
White with #DAC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC036; }
p { color: rgb(218,192,54); }
H1.HeaderClassName
{
color: #DAC036;
}
.AnyTagClassName
{
color: #DAC036;
}
</style>
background-color css
<style>
a { background-color: #DAC036; }
a { background-color: rgb(218,192,54); }
div.DivClassName
{
background-color: #DAC036;
}
.BgClassName
{
background-color: #DAC036;
}
</style>
border-color css
<style>
span { border-color: #DAC036; }
span { border-color: rgb(218,192,54); }
td.TdClassName
{
border-color: #DAC036;
}
.TagClassName
{
border-color: #DAC036;
}
</style>