Shades of Wattle #DAC83F
Tints of Wattle #DAC83F
RGB
CMYK
RGB Variations
Color information
#DAC83F (or 0xDAC83F) is known color: Wattle. HEX triplet: DA, C8 and 3F. RGB value is (218,200,63). Sum of RGB (Red+Green+Blue) = 218+200+63=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC83F is #2537C0. Grayscale: #BEBEBE. Windows color (decimal): -2439105 or 4180186. OLE color: 4180186.
HSL color Cylindrical-coordinate representation of color #DAC83F: hue angle of 53.03º 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 #DAC83F is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 63 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.15 |
| HSL | 53.03º | 0.68% | 0.55% | - |
| HSV(B) | 53.03º | 0.71% | 0.85% | - |
| XYZ | 50.46 | 56.57 | 12.96 | - |
| YUV | 189.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 63 | 0 | 0.08 | 0.71 | 0.15 | 53.03 | 0.68 | 0.55 |
| Hex | DA | C8 | 3F | 0 | 8 | 47 | F | 35 | 44 | 37 |
| Octal | 332 | 310 | 77 | 0 | 10 | 107 | 17 | 65 | 104 | 67 |
| Binary | 11011010 | 11001000 | 111111 | 0 | 1000 | 1000111 | 1111 | 110101 | 1000100 | 110111 |
Color Harmonies of #DAC83F
Complementary color
Monochromatic Colors of #DAC83F
Black with #DAC83F
Text Example
Text Example
White with #DAC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC83F; }
p { color: rgb(218,200,63); }
H1.HeaderClassName
{
color: #DAC83F;
}
.AnyTagClassName
{
color: #DAC83F;
}
</style>
background-color css
<style>
a { background-color: #DAC83F; }
a { background-color: rgb(218,200,63); }
div.DivClassName
{
background-color: #DAC83F;
}
.BgClassName
{
background-color: #DAC83F;
}
</style>
border-color css
<style>
span { border-color: #DAC83F; }
span { border-color: rgb(218,200,63); }
td.TdClassName
{
border-color: #DAC83F;
}
.TagClassName
{
border-color: #DAC83F;
}
</style>