Shades of Wattle #DAC437
Tints of Wattle #DAC437
RGB
CMYK
RGB Variations
Color information
#DAC437 (or 0xDAC437) is known color: Wattle. HEX triplet: DA, C4 and 37. RGB value is (218,196,55). Sum of RGB (Red+Green+Blue) = 218+196+55=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC437 is #253BC8. Grayscale: #BBBBBB. Windows color (decimal): -2440137 or 3654874. OLE color: 3654874.
HSL color Cylindrical-coordinate representation of color #DAC437: hue angle of 51.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAC437 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 55 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.15 |
| HSL | 51.9º | 0.69% | 0.54% | - |
| HSV(B) | 51.9º | 0.75% | 0.85% | - |
| XYZ | 49.34 | 54.66 | 11.56 | - |
| YUV | 186.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 55 | 0 | 0.10 | 0.75 | 0.15 | 51.9 | 0.69 | 0.54 |
| Hex | DA | C4 | 37 | 0 | A | 4B | F | 34 | 45 | 36 |
| Octal | 332 | 304 | 67 | 0 | 12 | 113 | 17 | 64 | 105 | 66 |
| Binary | 11011010 | 11000100 | 110111 | 0 | 1010 | 1001011 | 1111 | 110100 | 1000101 | 110110 |
Color Harmonies of #DAC437
Complementary color
Monochromatic Colors of #DAC437
Black with #DAC437
Text Example
Text Example
White with #DAC437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC437; }
p { color: rgb(218,196,55); }
H1.HeaderClassName
{
color: #DAC437;
}
.AnyTagClassName
{
color: #DAC437;
}
</style>
background-color css
<style>
a { background-color: #DAC437; }
a { background-color: rgb(218,196,55); }
div.DivClassName
{
background-color: #DAC437;
}
.BgClassName
{
background-color: #DAC437;
}
</style>
border-color css
<style>
span { border-color: #DAC437; }
span { border-color: rgb(218,196,55); }
td.TdClassName
{
border-color: #DAC437;
}
.TagClassName
{
border-color: #DAC437;
}
</style>