Shades of Wattle #DAC42E
Tints of Wattle #DAC42E
RGB
CMYK
RGB Variations
Color information
#DAC42E (or 0xDAC42E) is known color: Wattle. HEX triplet: DA, C4 and 2E. RGB value is (218,196,46). Sum of RGB (Red+Green+Blue) = 218+196+46=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC42E is #253BD1. Grayscale: #BABABA. Windows color (decimal): -2440146 or 3065050. OLE color: 3065050.
HSL color Cylindrical-coordinate representation of color #DAC42E: hue angle of 52.33º 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 #DAC42E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 46 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.15 |
| HSL | 52.33º | 0.7% | 0.52% | - |
| HSV(B) | 52.33º | 0.79% | 0.85% | - |
| XYZ | 49.15 | 54.58 | 10.53 | - |
| YUV | 185.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 46 | 0 | 0.10 | 0.79 | 0.15 | 52.33 | 0.7 | 0.52 |
| Hex | DA | C4 | 2E | 0 | A | 4F | F | 34 | 46 | 34 |
| Octal | 332 | 304 | 56 | 0 | 12 | 117 | 17 | 64 | 106 | 64 |
| Binary | 11011010 | 11000100 | 101110 | 0 | 1010 | 1001111 | 1111 | 110100 | 1000110 | 110100 |
Color Harmonies of #DAC42E
Complementary color
Monochromatic Colors of #DAC42E
Black with #DAC42E
Text Example
Text Example
White with #DAC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC42E; }
p { color: rgb(218,196,46); }
H1.HeaderClassName
{
color: #DAC42E;
}
.AnyTagClassName
{
color: #DAC42E;
}
</style>
background-color css
<style>
a { background-color: #DAC42E; }
a { background-color: rgb(218,196,46); }
div.DivClassName
{
background-color: #DAC42E;
}
.BgClassName
{
background-color: #DAC42E;
}
</style>
border-color css
<style>
span { border-color: #DAC42E; }
span { border-color: rgb(218,196,46); }
td.TdClassName
{
border-color: #DAC42E;
}
.TagClassName
{
border-color: #DAC42E;
}
</style>