Shades of Wattle #DAC333
Tints of Wattle #DAC333
RGB
CMYK
RGB Variations
Color information
#DAC333 (or 0xDAC333) is known color: Wattle. HEX triplet: DA, C3 and 33. RGB value is (218,195,51). Sum of RGB (Red+Green+Blue) = 218+195+51=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC333 is #253CCC. Grayscale: #BABABA. Windows color (decimal): -2440397 or 3392474. OLE color: 3392474.
HSL color Cylindrical-coordinate representation of color #DAC333: hue angle of 51.74º 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 #DAC333 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 51 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.15 |
| HSL | 51.74º | 0.69% | 0.53% | - |
| HSV(B) | 51.74º | 0.77% | 0.85% | - |
| XYZ | 49.03 | 54.17 | 11 | - |
| YUV | 185.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 51 | 0 | 0.11 | 0.77 | 0.15 | 51.74 | 0.69 | 0.53 |
| Hex | DA | C3 | 33 | 0 | B | 4D | F | 34 | 45 | 35 |
| Octal | 332 | 303 | 63 | 0 | 13 | 115 | 17 | 64 | 105 | 65 |
| Binary | 11011010 | 11000011 | 110011 | 0 | 1011 | 1001101 | 1111 | 110100 | 1000101 | 110101 |
Color Harmonies of #DAC333
Complementary color
Monochromatic Colors of #DAC333
Black with #DAC333
Text Example
Text Example
White with #DAC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC333; }
p { color: rgb(218,195,51); }
H1.HeaderClassName
{
color: #DAC333;
}
.AnyTagClassName
{
color: #DAC333;
}
</style>
background-color css
<style>
a { background-color: #DAC333; }
a { background-color: rgb(218,195,51); }
div.DivClassName
{
background-color: #DAC333;
}
.BgClassName
{
background-color: #DAC333;
}
</style>
border-color css
<style>
span { border-color: #DAC333; }
span { border-color: rgb(218,195,51); }
td.TdClassName
{
border-color: #DAC333;
}
.TagClassName
{
border-color: #DAC333;
}
</style>