Shades of Wattle #DAC240
Tints of Wattle #DAC240
RGB
CMYK
RGB Variations
Color information
#DAC240 (or 0xDAC240) is known color: Wattle. HEX triplet: DA, C2 and 40. RGB value is (218,194,64). Sum of RGB (Red+Green+Blue) = 218+194+64=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC240 is #253DBF. Grayscale: #BABABA. Windows color (decimal): -2440640 or 4244186. OLE color: 4244186.
HSL color Cylindrical-coordinate representation of color #DAC240: hue angle of 50.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAC240 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 64 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.15 |
| HSL | 50.65º | 0.68% | 0.55% | - |
| HSV(B) | 50.65º | 0.71% | 0.85% | - |
| XYZ | 49.13 | 53.86 | 12.66 | - |
| YUV | 186.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 64 | 0 | 0.11 | 0.71 | 0.15 | 50.65 | 0.68 | 0.55 |
| Hex | DA | C2 | 40 | 0 | B | 47 | F | 33 | 44 | 37 |
| Octal | 332 | 302 | 100 | 0 | 13 | 107 | 17 | 63 | 104 | 67 |
| Binary | 11011010 | 11000010 | 1000000 | 0 | 1011 | 1000111 | 1111 | 110011 | 1000100 | 110111 |
Color Harmonies of #DAC240
Complementary color
Monochromatic Colors of #DAC240
Black with #DAC240
Text Example
Text Example
White with #DAC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC240; }
p { color: rgb(218,194,64); }
H1.HeaderClassName
{
color: #DAC240;
}
.AnyTagClassName
{
color: #DAC240;
}
</style>
background-color css
<style>
a { background-color: #DAC240; }
a { background-color: rgb(218,194,64); }
div.DivClassName
{
background-color: #DAC240;
}
.BgClassName
{
background-color: #DAC240;
}
</style>
border-color css
<style>
span { border-color: #DAC240; }
span { border-color: rgb(218,194,64); }
td.TdClassName
{
border-color: #DAC240;
}
.TagClassName
{
border-color: #DAC240;
}
</style>