Shades of Wattle #DAC03E
Tints of Wattle #DAC03E
RGB
CMYK
RGB Variations
Color information
#DAC03E (or 0xDAC03E) is known color: Wattle. HEX triplet: DA, C0 and 3E. RGB value is (218,192,62). Sum of RGB (Red+Green+Blue) = 218+192+62=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC03E is #253FC1. Grayscale: #B9B9B9. Windows color (decimal): -2441154 or 4112602. OLE color: 4112602.
HSL color Cylindrical-coordinate representation of color #DAC03E: hue angle of 50º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAC03E is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 62 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.15 |
| HSL | 50º | 0.68% | 0.55% | - |
| HSV(B) | 50º | 0.72% | 0.85% | - |
| XYZ | 48.63 | 52.95 | 12.22 | - |
| YUV | 184.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 62 | 0 | 0.12 | 0.72 | 0.15 | 50 | 0.68 | 0.55 |
| Hex | DA | C0 | 3E | 0 | C | 48 | F | 32 | 44 | 37 |
| Octal | 332 | 300 | 76 | 0 | 14 | 110 | 17 | 62 | 104 | 67 |
| Binary | 11011010 | 11000000 | 111110 | 0 | 1100 | 1001000 | 1111 | 110010 | 1000100 | 110111 |
Color Harmonies of #DAC03E
Complementary color
Monochromatic Colors of #DAC03E
Black with #DAC03E
Text Example
Text Example
White with #DAC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC03E; }
p { color: rgb(218,192,62); }
H1.HeaderClassName
{
color: #DAC03E;
}
.AnyTagClassName
{
color: #DAC03E;
}
</style>
background-color css
<style>
a { background-color: #DAC03E; }
a { background-color: rgb(218,192,62); }
div.DivClassName
{
background-color: #DAC03E;
}
.BgClassName
{
background-color: #DAC03E;
}
</style>
border-color css
<style>
span { border-color: #DAC03E; }
span { border-color: rgb(218,192,62); }
td.TdClassName
{
border-color: #DAC03E;
}
.TagClassName
{
border-color: #DAC03E;
}
</style>