Shades of Wattle #DAC53F
Tints of Wattle #DAC53F
RGB
CMYK
RGB Variations
Color information
#DAC53F (or 0xDAC53F) is known color: Wattle. HEX triplet: DA, C5 and 3F. RGB value is (218,197,63). Sum of RGB (Red+Green+Blue) = 218+197+63=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC53F is #253AC0. Grayscale: #BCBCBC. Windows color (decimal): -2439873 or 4179418. OLE color: 4179418.
HSL color Cylindrical-coordinate representation of color #DAC53F: hue angle of 51.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAC53F is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 63 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.15 |
| HSL | 51.87º | 0.68% | 0.55% | - |
| HSV(B) | 51.87º | 0.71% | 0.85% | - |
| XYZ | 49.78 | 55.2 | 12.73 | - |
| YUV | 188 | 57.46 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 63 | 0 | 0.10 | 0.71 | 0.15 | 51.87 | 0.68 | 0.55 |
| Hex | DA | C5 | 3F | 0 | A | 47 | F | 34 | 44 | 37 |
| Octal | 332 | 305 | 77 | 0 | 12 | 107 | 17 | 64 | 104 | 67 |
| Binary | 11011010 | 11000101 | 111111 | 0 | 1010 | 1000111 | 1111 | 110100 | 1000100 | 110111 |
Color Harmonies of #DAC53F
Complementary color
Monochromatic Colors of #DAC53F
Black with #DAC53F
Text Example
Text Example
White with #DAC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC53F; }
p { color: rgb(218,197,63); }
H1.HeaderClassName
{
color: #DAC53F;
}
.AnyTagClassName
{
color: #DAC53F;
}
</style>
background-color css
<style>
a { background-color: #DAC53F; }
a { background-color: rgb(218,197,63); }
div.DivClassName
{
background-color: #DAC53F;
}
.BgClassName
{
background-color: #DAC53F;
}
</style>
border-color css
<style>
span { border-color: #DAC53F; }
span { border-color: rgb(218,197,63); }
td.TdClassName
{
border-color: #DAC53F;
}
.TagClassName
{
border-color: #DAC53F;
}
</style>