Shades of Wattle #DAC233
Tints of Wattle #DAC233
RGB
CMYK
RGB Variations
Color information
#DAC233 (or 0xDAC233) is known color: Wattle. HEX triplet: DA, C2 and 33. RGB value is (218,194,51). Sum of RGB (Red+Green+Blue) = 218+194+51=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC233 is #253DCC. Grayscale: #B9B9B9. Windows color (decimal): -2440653 or 3392218. OLE color: 3392218.
HSL color Cylindrical-coordinate representation of color #DAC233: hue angle of 51.38º 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 #DAC233 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 51 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.15 |
| HSL | 51.38º | 0.69% | 0.53% | - |
| HSV(B) | 51.38º | 0.77% | 0.85% | - |
| XYZ | 48.8 | 53.73 | 10.93 | - |
| YUV | 184.87 | 52.45 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 51 | 0 | 0.11 | 0.77 | 0.15 | 51.38 | 0.69 | 0.53 |
| Hex | DA | C2 | 33 | 0 | B | 4D | F | 33 | 45 | 35 |
| Octal | 332 | 302 | 63 | 0 | 13 | 115 | 17 | 63 | 105 | 65 |
| Binary | 11011010 | 11000010 | 110011 | 0 | 1011 | 1001101 | 1111 | 110011 | 1000101 | 110101 |
Color Harmonies of #DAC233
Complementary color
Monochromatic Colors of #DAC233
Black with #DAC233
Text Example
Text Example
White with #DAC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC233; }
p { color: rgb(218,194,51); }
H1.HeaderClassName
{
color: #DAC233;
}
.AnyTagClassName
{
color: #DAC233;
}
</style>
background-color css
<style>
a { background-color: #DAC233; }
a { background-color: rgb(218,194,51); }
div.DivClassName
{
background-color: #DAC233;
}
.BgClassName
{
background-color: #DAC233;
}
</style>
border-color css
<style>
span { border-color: #DAC233; }
span { border-color: rgb(218,194,51); }
td.TdClassName
{
border-color: #DAC233;
}
.TagClassName
{
border-color: #DAC233;
}
</style>