Shades of Wattle #DAC82E
Tints of Wattle #DAC82E
RGB
CMYK
RGB Variations
Color information
#DAC82E (or 0xDAC82E) is known color: Wattle. HEX triplet: DA, C8 and 2E. RGB value is (218,200,46). Sum of RGB (Red+Green+Blue) = 218+200+46=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC82E is #2537D1. Grayscale: #BCBCBC. Windows color (decimal): -2439122 or 3066074. OLE color: 3066074.
HSL color Cylindrical-coordinate representation of color #DAC82E: hue angle of 53.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAC82E is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 46 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.15 |
| HSL | 53.72º | 0.7% | 0.52% | - |
| HSV(B) | 53.72º | 0.79% | 0.85% | - |
| XYZ | 50.06 | 56.41 | 10.83 | - |
| YUV | 187.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 46 | 0 | 0.08 | 0.79 | 0.15 | 53.72 | 0.7 | 0.52 |
| Hex | DA | C8 | 2E | 0 | 8 | 4F | F | 36 | 46 | 34 |
| Octal | 332 | 310 | 56 | 0 | 10 | 117 | 17 | 66 | 106 | 64 |
| Binary | 11011010 | 11001000 | 101110 | 0 | 1000 | 1001111 | 1111 | 110110 | 1000110 | 110100 |
Color Harmonies of #DAC82E
Complementary color
Monochromatic Colors of #DAC82E
Black with #DAC82E
Text Example
Text Example
White with #DAC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC82E; }
p { color: rgb(218,200,46); }
H1.HeaderClassName
{
color: #DAC82E;
}
.AnyTagClassName
{
color: #DAC82E;
}
</style>
background-color css
<style>
a { background-color: #DAC82E; }
a { background-color: rgb(218,200,46); }
div.DivClassName
{
background-color: #DAC82E;
}
.BgClassName
{
background-color: #DAC82E;
}
</style>
border-color css
<style>
span { border-color: #DAC82E; }
span { border-color: rgb(218,200,46); }
td.TdClassName
{
border-color: #DAC82E;
}
.TagClassName
{
border-color: #DAC82E;
}
</style>