Shades of Wattle #DAC235
Tints of Wattle #DAC235
RGB
CMYK
RGB Variations
Color information
#DAC235 (or 0xDAC235) is known color: Wattle. HEX triplet: DA, C2 and 35. RGB value is (218,194,53). Sum of RGB (Red+Green+Blue) = 218+194+53=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC235 is #253DCA. Grayscale: #B9B9B9. Windows color (decimal): -2440651 or 3523290. OLE color: 3523290.
HSL color Cylindrical-coordinate representation of color #DAC235: hue angle of 51.27º 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 #DAC235 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 53 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.15 |
| HSL | 51.27º | 0.69% | 0.53% | - |
| HSV(B) | 51.27º | 0.76% | 0.85% | - |
| XYZ | 48.85 | 53.75 | 11.17 | - |
| YUV | 185.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 53 | 0 | 0.11 | 0.76 | 0.15 | 51.27 | 0.69 | 0.53 |
| Hex | DA | C2 | 35 | 0 | B | 4C | F | 33 | 45 | 35 |
| Octal | 332 | 302 | 65 | 0 | 13 | 114 | 17 | 63 | 105 | 65 |
| Binary | 11011010 | 11000010 | 110101 | 0 | 1011 | 1001100 | 1111 | 110011 | 1000101 | 110101 |
Color Harmonies of #DAC235
Complementary color
Monochromatic Colors of #DAC235
Black with #DAC235
Text Example
Text Example
White with #DAC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC235; }
p { color: rgb(218,194,53); }
H1.HeaderClassName
{
color: #DAC235;
}
.AnyTagClassName
{
color: #DAC235;
}
</style>
background-color css
<style>
a { background-color: #DAC235; }
a { background-color: rgb(218,194,53); }
div.DivClassName
{
background-color: #DAC235;
}
.BgClassName
{
background-color: #DAC235;
}
</style>
border-color css
<style>
span { border-color: #DAC235; }
span { border-color: rgb(218,194,53); }
td.TdClassName
{
border-color: #DAC235;
}
.TagClassName
{
border-color: #DAC235;
}
</style>