Shades of Wattle #DAC440
Tints of Wattle #DAC440
RGB
CMYK
RGB Variations
Color information
#DAC440 (or 0xDAC440) is known color: Wattle. HEX triplet: DA, C4 and 40. RGB value is (218,196,64). Sum of RGB (Red+Green+Blue) = 218+196+64=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC440 is #253BBF. Grayscale: #BCBCBC. Windows color (decimal): -2440128 or 4244698. OLE color: 4244698.
HSL color Cylindrical-coordinate representation of color #DAC440: hue angle of 51.43º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAC440 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 64 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.15 |
| HSL | 51.43º | 0.68% | 0.55% | - |
| HSV(B) | 51.43º | 0.71% | 0.85% | - |
| XYZ | 49.58 | 54.76 | 12.81 | - |
| YUV | 187.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 64 | 0 | 0.10 | 0.71 | 0.15 | 51.43 | 0.68 | 0.55 |
| Hex | DA | C4 | 40 | 0 | A | 47 | F | 33 | 44 | 37 |
| Octal | 332 | 304 | 100 | 0 | 12 | 107 | 17 | 63 | 104 | 67 |
| Binary | 11011010 | 11000100 | 1000000 | 0 | 1010 | 1000111 | 1111 | 110011 | 1000100 | 110111 |
Color Harmonies of #DAC440
Complementary color
Monochromatic Colors of #DAC440
Black with #DAC440
Text Example
Text Example
White with #DAC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC440; }
p { color: rgb(218,196,64); }
H1.HeaderClassName
{
color: #DAC440;
}
.AnyTagClassName
{
color: #DAC440;
}
</style>
background-color css
<style>
a { background-color: #DAC440; }
a { background-color: rgb(218,196,64); }
div.DivClassName
{
background-color: #DAC440;
}
.BgClassName
{
background-color: #DAC440;
}
</style>
border-color css
<style>
span { border-color: #DAC440; }
span { border-color: rgb(218,196,64); }
td.TdClassName
{
border-color: #DAC440;
}
.TagClassName
{
border-color: #DAC440;
}
</style>