Shades of Wattle #DAC436
Tints of Wattle #DAC436
RGB
CMYK
RGB Variations
Color information
#DAC436 (or 0xDAC436) is known color: Wattle. HEX triplet: DA, C4 and 36. RGB value is (218,196,54). Sum of RGB (Red+Green+Blue) = 218+196+54=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC436 is #253BC9. Grayscale: #BABABA. Windows color (decimal): -2440138 or 3589338. OLE color: 3589338.
HSL color Cylindrical-coordinate representation of color #DAC436: hue angle of 51.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAC436 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 54 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.15 |
| HSL | 51.95º | 0.69% | 0.53% | - |
| HSV(B) | 51.95º | 0.75% | 0.85% | - |
| XYZ | 49.32 | 54.65 | 11.44 | - |
| YUV | 186.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 54 | 0 | 0.10 | 0.75 | 0.15 | 51.95 | 0.69 | 0.53 |
| Hex | DA | C4 | 36 | 0 | A | 4B | F | 34 | 45 | 35 |
| Octal | 332 | 304 | 66 | 0 | 12 | 113 | 17 | 64 | 105 | 65 |
| Binary | 11011010 | 11000100 | 110110 | 0 | 1010 | 1001011 | 1111 | 110100 | 1000101 | 110101 |
Color Harmonies of #DAC436
Complementary color
Monochromatic Colors of #DAC436
Black with #DAC436
Text Example
Text Example
White with #DAC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC436; }
p { color: rgb(218,196,54); }
H1.HeaderClassName
{
color: #DAC436;
}
.AnyTagClassName
{
color: #DAC436;
}
</style>
background-color css
<style>
a { background-color: #DAC436; }
a { background-color: rgb(218,196,54); }
div.DivClassName
{
background-color: #DAC436;
}
.BgClassName
{
background-color: #DAC436;
}
</style>
border-color css
<style>
span { border-color: #DAC436; }
span { border-color: rgb(218,196,54); }
td.TdClassName
{
border-color: #DAC436;
}
.TagClassName
{
border-color: #DAC436;
}
</style>