Shades of Wattle #DAC634
Tints of Wattle #DAC634
RGB
CMYK
RGB Variations
Color information
#DAC634 (or 0xDAC634) is known color: Wattle. HEX triplet: DA, C6 and 34. RGB value is (218,198,52). Sum of RGB (Red+Green+Blue) = 218+198+52=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC634 is #2539CB. Grayscale: #BBBBBB. Windows color (decimal): -2439628 or 3458778. OLE color: 3458778.
HSL color Cylindrical-coordinate representation of color #DAC634: hue angle of 52.77º 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 #DAC634 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 52 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.15 |
| HSL | 52.77º | 0.69% | 0.53% | - |
| HSV(B) | 52.77º | 0.76% | 0.85% | - |
| XYZ | 49.73 | 55.54 | 11.35 | - |
| YUV | 187.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 52 | 0 | 0.09 | 0.76 | 0.15 | 52.77 | 0.69 | 0.53 |
| Hex | DA | C6 | 34 | 0 | 9 | 4C | F | 35 | 45 | 35 |
| Octal | 332 | 306 | 64 | 0 | 11 | 114 | 17 | 65 | 105 | 65 |
| Binary | 11011010 | 11000110 | 110100 | 0 | 1001 | 1001100 | 1111 | 110101 | 1000101 | 110101 |
Color Harmonies of #DAC634
Complementary color
Monochromatic Colors of #DAC634
Black with #DAC634
Text Example
Text Example
White with #DAC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC634; }
p { color: rgb(218,198,52); }
H1.HeaderClassName
{
color: #DAC634;
}
.AnyTagClassName
{
color: #DAC634;
}
</style>
background-color css
<style>
a { background-color: #DAC634; }
a { background-color: rgb(218,198,52); }
div.DivClassName
{
background-color: #DAC634;
}
.BgClassName
{
background-color: #DAC634;
}
</style>
border-color css
<style>
span { border-color: #DAC634; }
span { border-color: rgb(218,198,52); }
td.TdClassName
{
border-color: #DAC634;
}
.TagClassName
{
border-color: #DAC634;
}
</style>