Shades of Wattle #DAC134
Tints of Wattle #DAC134
RGB
CMYK
RGB Variations
Color information
#DAC134 (or 0xDAC134) is known color: Wattle. HEX triplet: DA, C1 and 34. RGB value is (218,193,52). Sum of RGB (Red+Green+Blue) = 218+193+52=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC134 is #253ECB. Grayscale: #B8B8B8. Windows color (decimal): -2440908 or 3457498. OLE color: 3457498.
HSL color Cylindrical-coordinate representation of color #DAC134: hue angle of 50.96º 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 #DAC134 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 52 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.15 |
| HSL | 50.96º | 0.69% | 0.53% | - |
| HSV(B) | 50.96º | 0.76% | 0.85% | - |
| XYZ | 48.6 | 53.29 | 10.97 | - |
| YUV | 184.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 52 | 0 | 0.11 | 0.76 | 0.15 | 50.96 | 0.69 | 0.53 |
| Hex | DA | C1 | 34 | 0 | B | 4C | F | 33 | 45 | 35 |
| Octal | 332 | 301 | 64 | 0 | 13 | 114 | 17 | 63 | 105 | 65 |
| Binary | 11011010 | 11000001 | 110100 | 0 | 1011 | 1001100 | 1111 | 110011 | 1000101 | 110101 |
Color Harmonies of #DAC134
Complementary color
Monochromatic Colors of #DAC134
Black with #DAC134
Text Example
Text Example
White with #DAC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC134; }
p { color: rgb(218,193,52); }
H1.HeaderClassName
{
color: #DAC134;
}
.AnyTagClassName
{
color: #DAC134;
}
</style>
background-color css
<style>
a { background-color: #DAC134; }
a { background-color: rgb(218,193,52); }
div.DivClassName
{
background-color: #DAC134;
}
.BgClassName
{
background-color: #DAC134;
}
</style>
border-color css
<style>
span { border-color: #DAC134; }
span { border-color: rgb(218,193,52); }
td.TdClassName
{
border-color: #DAC134;
}
.TagClassName
{
border-color: #DAC134;
}
</style>