Shades of Wattle #DAC73D
Tints of Wattle #DAC73D
RGB
CMYK
RGB Variations
Color information
#DAC73D (or 0xDAC73D) is known color: Wattle. HEX triplet: DA, C7 and 3D. RGB value is (218,199,61). Sum of RGB (Red+Green+Blue) = 218+199+61=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC73D is #2538C2. Grayscale: #BDBDBD. Windows color (decimal): -2439363 or 4048858. OLE color: 4048858.
HSL color Cylindrical-coordinate representation of color #DAC73D: hue angle of 52.74º 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 #DAC73D is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 61 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.15 |
| HSL | 52.74º | 0.68% | 0.55% | - |
| HSV(B) | 52.74º | 0.72% | 0.85% | - |
| XYZ | 50.18 | 56.09 | 12.6 | - |
| YUV | 188.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 61 | 0 | 0.09 | 0.72 | 0.15 | 52.74 | 0.68 | 0.55 |
| Hex | DA | C7 | 3D | 0 | 9 | 48 | F | 35 | 44 | 37 |
| Octal | 332 | 307 | 75 | 0 | 11 | 110 | 17 | 65 | 104 | 67 |
| Binary | 11011010 | 11000111 | 111101 | 0 | 1001 | 1001000 | 1111 | 110101 | 1000100 | 110111 |
Color Harmonies of #DAC73D
Complementary color
Monochromatic Colors of #DAC73D
Black with #DAC73D
Text Example
Text Example
White with #DAC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC73D; }
p { color: rgb(218,199,61); }
H1.HeaderClassName
{
color: #DAC73D;
}
.AnyTagClassName
{
color: #DAC73D;
}
</style>
background-color css
<style>
a { background-color: #DAC73D; }
a { background-color: rgb(218,199,61); }
div.DivClassName
{
background-color: #DAC73D;
}
.BgClassName
{
background-color: #DAC73D;
}
</style>
border-color css
<style>
span { border-color: #DAC73D; }
span { border-color: rgb(218,199,61); }
td.TdClassName
{
border-color: #DAC73D;
}
.TagClassName
{
border-color: #DAC73D;
}
</style>