Shades of Wattle #DAC93D
Tints of Wattle #DAC93D
RGB
CMYK
RGB Variations
Color information
#DAC93D (or 0xDAC93D) is known color: Wattle. HEX triplet: DA, C9 and 3D. RGB value is (218,201,61). Sum of RGB (Red+Green+Blue) = 218+201+61=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC93D is #2536C2. Grayscale: #BEBEBE. Windows color (decimal): -2438851 or 4049370. OLE color: 4049370.
HSL color Cylindrical-coordinate representation of color #DAC93D: hue angle of 53.5º 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 #DAC93D is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 61 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.15 |
| HSL | 53.5º | 0.68% | 0.55% | - |
| HSV(B) | 53.5º | 0.72% | 0.85% | - |
| XYZ | 50.64 | 57.02 | 12.75 | - |
| YUV | 190.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 61 | 0 | 0.08 | 0.72 | 0.15 | 53.5 | 0.68 | 0.55 |
| Hex | DA | C9 | 3D | 0 | 8 | 48 | F | 36 | 44 | 37 |
| Octal | 332 | 311 | 75 | 0 | 10 | 110 | 17 | 66 | 104 | 67 |
| Binary | 11011010 | 11001001 | 111101 | 0 | 1000 | 1001000 | 1111 | 110110 | 1000100 | 110111 |
Color Harmonies of #DAC93D
Complementary color
Monochromatic Colors of #DAC93D
Black with #DAC93D
Text Example
Text Example
White with #DAC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC93D; }
p { color: rgb(218,201,61); }
H1.HeaderClassName
{
color: #DAC93D;
}
.AnyTagClassName
{
color: #DAC93D;
}
</style>
background-color css
<style>
a { background-color: #DAC93D; }
a { background-color: rgb(218,201,61); }
div.DivClassName
{
background-color: #DAC93D;
}
.BgClassName
{
background-color: #DAC93D;
}
</style>
border-color css
<style>
span { border-color: #DAC93D; }
span { border-color: rgb(218,201,61); }
td.TdClassName
{
border-color: #DAC93D;
}
.TagClassName
{
border-color: #DAC93D;
}
</style>