Shades of Wattle #DAC43D
Tints of Wattle #DAC43D
RGB
CMYK
RGB Variations
Color information
#DAC43D (or 0xDAC43D) is known color: Wattle. HEX triplet: DA, C4 and 3D. RGB value is (218,196,61). Sum of RGB (Red+Green+Blue) = 218+196+61=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC43D is #253BC2. Grayscale: #BBBBBB. Windows color (decimal): -2440131 or 4048090. OLE color: 4048090.
HSL color Cylindrical-coordinate representation of color #DAC43D: hue angle of 51.59º 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 #DAC43D is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 61 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.15 |
| HSL | 51.59º | 0.68% | 0.55% | - |
| HSV(B) | 51.59º | 0.72% | 0.85% | - |
| XYZ | 49.5 | 54.72 | 12.37 | - |
| YUV | 187.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 61 | 0 | 0.10 | 0.72 | 0.15 | 51.59 | 0.68 | 0.55 |
| Hex | DA | C4 | 3D | 0 | A | 48 | F | 34 | 44 | 37 |
| Octal | 332 | 304 | 75 | 0 | 12 | 110 | 17 | 64 | 104 | 67 |
| Binary | 11011010 | 11000100 | 111101 | 0 | 1010 | 1001000 | 1111 | 110100 | 1000100 | 110111 |
Color Harmonies of #DAC43D
Complementary color
Monochromatic Colors of #DAC43D
Black with #DAC43D
Text Example
Text Example
White with #DAC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC43D; }
p { color: rgb(218,196,61); }
H1.HeaderClassName
{
color: #DAC43D;
}
.AnyTagClassName
{
color: #DAC43D;
}
</style>
background-color css
<style>
a { background-color: #DAC43D; }
a { background-color: rgb(218,196,61); }
div.DivClassName
{
background-color: #DAC43D;
}
.BgClassName
{
background-color: #DAC43D;
}
</style>
border-color css
<style>
span { border-color: #DAC43D; }
span { border-color: rgb(218,196,61); }
td.TdClassName
{
border-color: #DAC43D;
}
.TagClassName
{
border-color: #DAC43D;
}
</style>