Shades of Wattle #DAC03C
Tints of Wattle #DAC03C
RGB
CMYK
RGB Variations
Color information
#DAC03C (or 0xDAC03C) is known color: Wattle. HEX triplet: DA, C0 and 3C. RGB value is (218,192,60). Sum of RGB (Red+Green+Blue) = 218+192+60=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC03C is #253FC3. Grayscale: #B9B9B9. Windows color (decimal): -2441156 or 3981530. OLE color: 3981530.
HSL color Cylindrical-coordinate representation of color #DAC03C: hue angle of 50.13º 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 #DAC03C is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 60 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.15 |
| HSL | 50.13º | 0.68% | 0.55% | - |
| HSV(B) | 50.13º | 0.72% | 0.85% | - |
| XYZ | 48.58 | 52.93 | 11.93 | - |
| YUV | 184.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 60 | 0 | 0.12 | 0.72 | 0.15 | 50.13 | 0.68 | 0.55 |
| Hex | DA | C0 | 3C | 0 | C | 48 | F | 32 | 44 | 37 |
| Octal | 332 | 300 | 74 | 0 | 14 | 110 | 17 | 62 | 104 | 67 |
| Binary | 11011010 | 11000000 | 111100 | 0 | 1100 | 1001000 | 1111 | 110010 | 1000100 | 110111 |
Color Harmonies of #DAC03C
Complementary color
Monochromatic Colors of #DAC03C
Black with #DAC03C
Text Example
Text Example
White with #DAC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC03C; }
p { color: rgb(218,192,60); }
H1.HeaderClassName
{
color: #DAC03C;
}
.AnyTagClassName
{
color: #DAC03C;
}
</style>
background-color css
<style>
a { background-color: #DAC03C; }
a { background-color: rgb(218,192,60); }
div.DivClassName
{
background-color: #DAC03C;
}
.BgClassName
{
background-color: #DAC03C;
}
</style>
border-color css
<style>
span { border-color: #DAC03C; }
span { border-color: rgb(218,192,60); }
td.TdClassName
{
border-color: #DAC03C;
}
.TagClassName
{
border-color: #DAC03C;
}
</style>