Shades of Wattle #DAC03F
Tints of Wattle #DAC03F
RGB
CMYK
RGB Variations
Color information
#DAC03F (or 0xDAC03F) is known color: Wattle. HEX triplet: DA, C0 and 3F. RGB value is (218,192,63). Sum of RGB (Red+Green+Blue) = 218+192+63=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC03F is #253FC0. Grayscale: #B9B9B9. Windows color (decimal): -2441153 or 4178138. OLE color: 4178138.
HSL color Cylindrical-coordinate representation of color #DAC03F: hue angle of 49.94º 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 #DAC03F is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 63 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.15 |
| HSL | 49.94º | 0.68% | 0.55% | - |
| HSV(B) | 49.94º | 0.71% | 0.85% | - |
| XYZ | 48.66 | 52.96 | 12.36 | - |
| YUV | 185.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 63 | 0 | 0.12 | 0.71 | 0.15 | 49.94 | 0.68 | 0.55 |
| Hex | DA | C0 | 3F | 0 | C | 47 | F | 32 | 44 | 37 |
| Octal | 332 | 300 | 77 | 0 | 14 | 107 | 17 | 62 | 104 | 67 |
| Binary | 11011010 | 11000000 | 111111 | 0 | 1100 | 1000111 | 1111 | 110010 | 1000100 | 110111 |
Color Harmonies of #DAC03F
Complementary color
Monochromatic Colors of #DAC03F
Black with #DAC03F
Text Example
Text Example
White with #DAC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC03F; }
p { color: rgb(218,192,63); }
H1.HeaderClassName
{
color: #DAC03F;
}
.AnyTagClassName
{
color: #DAC03F;
}
</style>
background-color css
<style>
a { background-color: #DAC03F; }
a { background-color: rgb(218,192,63); }
div.DivClassName
{
background-color: #DAC03F;
}
.BgClassName
{
background-color: #DAC03F;
}
</style>
border-color css
<style>
span { border-color: #DAC03F; }
span { border-color: rgb(218,192,63); }
td.TdClassName
{
border-color: #DAC03F;
}
.TagClassName
{
border-color: #DAC03F;
}
</style>