Shades of Wattle #DAC13D
Tints of Wattle #DAC13D
RGB
CMYK
RGB Variations
Color information
#DAC13D (or 0xDAC13D) is known color: Wattle. HEX triplet: DA, C1 and 3D. RGB value is (218,193,61). Sum of RGB (Red+Green+Blue) = 218+193+61=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC13D is #253EC2. Grayscale: #B9B9B9. Windows color (decimal): -2440899 or 4047322. OLE color: 4047322.
HSL color Cylindrical-coordinate representation of color #DAC13D: hue angle of 50.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAC13D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 61 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.15 |
| HSL | 50.45º | 0.68% | 0.55% | - |
| HSV(B) | 50.45º | 0.72% | 0.85% | - |
| XYZ | 48.83 | 53.38 | 12.15 | - |
| YUV | 185.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 61 | 0 | 0.11 | 0.72 | 0.15 | 50.45 | 0.68 | 0.55 |
| Hex | DA | C1 | 3D | 0 | B | 48 | F | 32 | 44 | 37 |
| Octal | 332 | 301 | 75 | 0 | 13 | 110 | 17 | 62 | 104 | 67 |
| Binary | 11011010 | 11000001 | 111101 | 0 | 1011 | 1001000 | 1111 | 110010 | 1000100 | 110111 |
Color Harmonies of #DAC13D
Complementary color
Monochromatic Colors of #DAC13D
Black with #DAC13D
Text Example
Text Example
White with #DAC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC13D; }
p { color: rgb(218,193,61); }
H1.HeaderClassName
{
color: #DAC13D;
}
.AnyTagClassName
{
color: #DAC13D;
}
</style>
background-color css
<style>
a { background-color: #DAC13D; }
a { background-color: rgb(218,193,61); }
div.DivClassName
{
background-color: #DAC13D;
}
.BgClassName
{
background-color: #DAC13D;
}
</style>
border-color css
<style>
span { border-color: #DAC13D; }
span { border-color: rgb(218,193,61); }
td.TdClassName
{
border-color: #DAC13D;
}
.TagClassName
{
border-color: #DAC13D;
}
</style>