Shades of Wattle #DAC93A
Tints of Wattle #DAC93A
RGB
CMYK
RGB Variations
Color information
#DAC93A (or 0xDAC93A) is known color: Wattle. HEX triplet: DA, C9 and 3A. RGB value is (218,201,58). Sum of RGB (Red+Green+Blue) = 218+201+58=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC93A is #2536C5. Grayscale: #BEBEBE. Windows color (decimal): -2438854 or 3852762. OLE color: 3852762.
HSL color Cylindrical-coordinate representation of color #DAC93A: hue angle of 53.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAC93A is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 58 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.15 |
| HSL | 53.63º | 0.68% | 0.54% | - |
| HSV(B) | 53.63º | 0.73% | 0.85% | - |
| XYZ | 50.56 | 56.98 | 12.34 | - |
| YUV | 189.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 58 | 0 | 0.08 | 0.73 | 0.15 | 53.63 | 0.68 | 0.54 |
| Hex | DA | C9 | 3A | 0 | 8 | 49 | F | 36 | 44 | 36 |
| Octal | 332 | 311 | 72 | 0 | 10 | 111 | 17 | 66 | 104 | 66 |
| Binary | 11011010 | 11001001 | 111010 | 0 | 1000 | 1001001 | 1111 | 110110 | 1000100 | 110110 |
Color Harmonies of #DAC93A
Complementary color
Monochromatic Colors of #DAC93A
Black with #DAC93A
Text Example
Text Example
White with #DAC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC93A; }
p { color: rgb(218,201,58); }
H1.HeaderClassName
{
color: #DAC93A;
}
.AnyTagClassName
{
color: #DAC93A;
}
</style>
background-color css
<style>
a { background-color: #DAC93A; }
a { background-color: rgb(218,201,58); }
div.DivClassName
{
background-color: #DAC93A;
}
.BgClassName
{
background-color: #DAC93A;
}
</style>
border-color css
<style>
span { border-color: #DAC93A; }
span { border-color: rgb(218,201,58); }
td.TdClassName
{
border-color: #DAC93A;
}
.TagClassName
{
border-color: #DAC93A;
}
</style>