Shades of Wattle #DAC534
Tints of Wattle #DAC534
RGB
CMYK
RGB Variations
Color information
#DAC534 (or 0xDAC534) is known color: Wattle. HEX triplet: DA, C5 and 34. RGB value is (218,197,52). Sum of RGB (Red+Green+Blue) = 218+197+52=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC534 is #253ACB. Grayscale: #BBBBBB. Windows color (decimal): -2439884 or 3458522. OLE color: 3458522.
HSL color Cylindrical-coordinate representation of color #DAC534: hue angle of 52.41º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAC534 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 52 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.15 |
| HSL | 52.41º | 0.69% | 0.53% | - |
| HSV(B) | 52.41º | 0.76% | 0.85% | - |
| XYZ | 49.5 | 55.09 | 11.27 | - |
| YUV | 186.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 52 | 0 | 0.10 | 0.76 | 0.15 | 52.41 | 0.69 | 0.53 |
| Hex | DA | C5 | 34 | 0 | A | 4C | F | 34 | 45 | 35 |
| Octal | 332 | 305 | 64 | 0 | 12 | 114 | 17 | 64 | 105 | 65 |
| Binary | 11011010 | 11000101 | 110100 | 0 | 1010 | 1001100 | 1111 | 110100 | 1000101 | 110101 |
Color Harmonies of #DAC534
Complementary color
Monochromatic Colors of #DAC534
Black with #DAC534
Text Example
Text Example
White with #DAC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC534; }
p { color: rgb(218,197,52); }
H1.HeaderClassName
{
color: #DAC534;
}
.AnyTagClassName
{
color: #DAC534;
}
</style>
background-color css
<style>
a { background-color: #DAC534; }
a { background-color: rgb(218,197,52); }
div.DivClassName
{
background-color: #DAC534;
}
.BgClassName
{
background-color: #DAC534;
}
</style>
border-color css
<style>
span { border-color: #DAC534; }
span { border-color: rgb(218,197,52); }
td.TdClassName
{
border-color: #DAC534;
}
.TagClassName
{
border-color: #DAC534;
}
</style>