Shades of Wattle #DAC133
Tints of Wattle #DAC133
RGB
CMYK
RGB Variations
Color information
#DAC133 (or 0xDAC133) is known color: Wattle. HEX triplet: DA, C1 and 33. RGB value is (218,193,51). Sum of RGB (Red+Green+Blue) = 218+193+51=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC133 is #253ECC. Grayscale: #B8B8B8. Windows color (decimal): -2440909 or 3391962. OLE color: 3391962.
HSL color Cylindrical-coordinate representation of color #DAC133: hue angle of 51.02º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAC133 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 51 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.15 |
| HSL | 51.02º | 0.69% | 0.53% | - |
| HSV(B) | 51.02º | 0.77% | 0.85% | - |
| XYZ | 48.58 | 53.28 | 10.86 | - |
| YUV | 184.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 51 | 0 | 0.11 | 0.77 | 0.15 | 51.02 | 0.69 | 0.53 |
| Hex | DA | C1 | 33 | 0 | B | 4D | F | 33 | 45 | 35 |
| Octal | 332 | 301 | 63 | 0 | 13 | 115 | 17 | 63 | 105 | 65 |
| Binary | 11011010 | 11000001 | 110011 | 0 | 1011 | 1001101 | 1111 | 110011 | 1000101 | 110101 |
Color Harmonies of #DAC133
Complementary color
Monochromatic Colors of #DAC133
Black with #DAC133
Text Example
Text Example
White with #DAC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC133; }
p { color: rgb(218,193,51); }
H1.HeaderClassName
{
color: #DAC133;
}
.AnyTagClassName
{
color: #DAC133;
}
</style>
background-color css
<style>
a { background-color: #DAC133; }
a { background-color: rgb(218,193,51); }
div.DivClassName
{
background-color: #DAC133;
}
.BgClassName
{
background-color: #DAC133;
}
</style>
border-color css
<style>
span { border-color: #DAC133; }
span { border-color: rgb(218,193,51); }
td.TdClassName
{
border-color: #DAC133;
}
.TagClassName
{
border-color: #DAC133;
}
</style>