Shades of Wattle #DAC933
Tints of Wattle #DAC933
RGB
CMYK
RGB Variations
Color information
#DAC933 (or 0xDAC933) is known color: Wattle. HEX triplet: DA, C9 and 33. RGB value is (218,201,51). Sum of RGB (Red+Green+Blue) = 218+201+51=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 51 (20.31% from 255 or 10.85% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC933 is #2536CC. Grayscale: #BDBDBD. Windows color (decimal): -2438861 or 3394010. OLE color: 3394010.
HSL color Cylindrical-coordinate representation of color #DAC933: hue angle of 53.89º 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 #DAC933 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 51 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.15 |
| HSL | 53.89º | 0.69% | 0.53% | - |
| HSV(B) | 53.89º | 0.77% | 0.85% | - |
| XYZ | 50.4 | 56.92 | 11.46 | - |
| YUV | 188.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 51 | 0 | 0.08 | 0.77 | 0.15 | 53.89 | 0.69 | 0.53 |
| Hex | DA | C9 | 33 | 0 | 8 | 4D | F | 36 | 45 | 35 |
| Octal | 332 | 311 | 63 | 0 | 10 | 115 | 17 | 66 | 105 | 65 |
| Binary | 11011010 | 11001001 | 110011 | 0 | 1000 | 1001101 | 1111 | 110110 | 1000101 | 110101 |
Color Harmonies of #DAC933
Complementary color
Monochromatic Colors of #DAC933
Black with #DAC933
Text Example
Text Example
White with #DAC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC933; }
p { color: rgb(218,201,51); }
H1.HeaderClassName
{
color: #DAC933;
}
.AnyTagClassName
{
color: #DAC933;
}
</style>
background-color css
<style>
a { background-color: #DAC933; }
a { background-color: rgb(218,201,51); }
div.DivClassName
{
background-color: #DAC933;
}
.BgClassName
{
background-color: #DAC933;
}
</style>
border-color css
<style>
span { border-color: #DAC933; }
span { border-color: rgb(218,201,51); }
td.TdClassName
{
border-color: #DAC933;
}
.TagClassName
{
border-color: #DAC933;
}
</style>