Shades of Wattle #DAC23A
Tints of Wattle #DAC23A
RGB
CMYK
RGB Variations
Color information
#DAC23A (or 0xDAC23A) is known color: Wattle. HEX triplet: DA, C2 and 3A. RGB value is (218,194,58). Sum of RGB (Red+Green+Blue) = 218+194+58=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC23A is #253DC5. Grayscale: #BABABA. Windows color (decimal): -2440646 or 3850970. OLE color: 3850970.
HSL color Cylindrical-coordinate representation of color #DAC23A: hue angle of 51º 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 #DAC23A is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 58 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.15 |
| HSL | 51º | 0.68% | 0.54% | - |
| HSV(B) | 51º | 0.73% | 0.85% | - |
| XYZ | 48.97 | 53.79 | 11.81 | - |
| YUV | 185.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 58 | 0 | 0.11 | 0.73 | 0.15 | 51 | 0.68 | 0.54 |
| Hex | DA | C2 | 3A | 0 | B | 49 | F | 33 | 44 | 36 |
| Octal | 332 | 302 | 72 | 0 | 13 | 111 | 17 | 63 | 104 | 66 |
| Binary | 11011010 | 11000010 | 111010 | 0 | 1011 | 1001001 | 1111 | 110011 | 1000100 | 110110 |
Color Harmonies of #DAC23A
Complementary color
Monochromatic Colors of #DAC23A
Black with #DAC23A
Text Example
Text Example
White with #DAC23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC23A; }
p { color: rgb(218,194,58); }
H1.HeaderClassName
{
color: #DAC23A;
}
.AnyTagClassName
{
color: #DAC23A;
}
</style>
background-color css
<style>
a { background-color: #DAC23A; }
a { background-color: rgb(218,194,58); }
div.DivClassName
{
background-color: #DAC23A;
}
.BgClassName
{
background-color: #DAC23A;
}
</style>
border-color css
<style>
span { border-color: #DAC23A; }
span { border-color: rgb(218,194,58); }
td.TdClassName
{
border-color: #DAC23A;
}
.TagClassName
{
border-color: #DAC23A;
}
</style>