Shades of Wattle #DAC030
Tints of Wattle #DAC030
RGB
CMYK
RGB Variations
Color information
#DAC030 (or 0xDAC030) is known color: Wattle. HEX triplet: DA, C0 and 30. RGB value is (218,192,48). Sum of RGB (Red+Green+Blue) = 218+192+48=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC030 is #253FCF. Grayscale: #B7B7B7. Windows color (decimal): -2441168 or 3195098. OLE color: 3195098.
HSL color Cylindrical-coordinate representation of color #DAC030: hue angle of 50.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAC030 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 48 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.15 |
| HSL | 50.82º | 0.7% | 0.52% | - |
| HSV(B) | 50.82º | 0.78% | 0.85% | - |
| XYZ | 48.3 | 52.82 | 10.45 | - |
| YUV | 183.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 48 | 0 | 0.12 | 0.78 | 0.15 | 50.82 | 0.7 | 0.52 |
| Hex | DA | C0 | 30 | 0 | C | 4E | F | 33 | 46 | 34 |
| Octal | 332 | 300 | 60 | 0 | 14 | 116 | 17 | 63 | 106 | 64 |
| Binary | 11011010 | 11000000 | 110000 | 0 | 1100 | 1001110 | 1111 | 110011 | 1000110 | 110100 |
Color Harmonies of #DAC030
Complementary color
Monochromatic Colors of #DAC030
Black with #DAC030
Text Example
Text Example
White with #DAC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC030; }
p { color: rgb(218,192,48); }
H1.HeaderClassName
{
color: #DAC030;
}
.AnyTagClassName
{
color: #DAC030;
}
</style>
background-color css
<style>
a { background-color: #DAC030; }
a { background-color: rgb(218,192,48); }
div.DivClassName
{
background-color: #DAC030;
}
.BgClassName
{
background-color: #DAC030;
}
</style>
border-color css
<style>
span { border-color: #DAC030; }
span { border-color: rgb(218,192,48); }
td.TdClassName
{
border-color: #DAC030;
}
.TagClassName
{
border-color: #DAC030;
}
</style>