Shades of Wattle #DAC83B
Tints of Wattle #DAC83B
RGB
CMYK
RGB Variations
Color information
#DAC83B (or 0xDAC83B) is known color: Wattle. HEX triplet: DA, C8 and 3B. RGB value is (218,200,59). Sum of RGB (Red+Green+Blue) = 218+200+59=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC83B is #2537C4. Grayscale: #BDBDBD. Windows color (decimal): -2439109 or 3918042. OLE color: 3918042.
HSL color Cylindrical-coordinate representation of color #DAC83B: hue angle of 53.21º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAC83B is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 59 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.15 |
| HSL | 53.21º | 0.68% | 0.54% | - |
| HSV(B) | 53.21º | 0.73% | 0.85% | - |
| XYZ | 50.36 | 56.53 | 12.39 | - |
| YUV | 189.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 59 | 0 | 0.08 | 0.73 | 0.15 | 53.21 | 0.68 | 0.54 |
| Hex | DA | C8 | 3B | 0 | 8 | 49 | F | 35 | 44 | 36 |
| Octal | 332 | 310 | 73 | 0 | 10 | 111 | 17 | 65 | 104 | 66 |
| Binary | 11011010 | 11001000 | 111011 | 0 | 1000 | 1001001 | 1111 | 110101 | 1000100 | 110110 |
Color Harmonies of #DAC83B
Complementary color
Monochromatic Colors of #DAC83B
Black with #DAC83B
Text Example
Text Example
White with #DAC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC83B; }
p { color: rgb(218,200,59); }
H1.HeaderClassName
{
color: #DAC83B;
}
.AnyTagClassName
{
color: #DAC83B;
}
</style>
background-color css
<style>
a { background-color: #DAC83B; }
a { background-color: rgb(218,200,59); }
div.DivClassName
{
background-color: #DAC83B;
}
.BgClassName
{
background-color: #DAC83B;
}
</style>
border-color css
<style>
span { border-color: #DAC83B; }
span { border-color: rgb(218,200,59); }
td.TdClassName
{
border-color: #DAC83B;
}
.TagClassName
{
border-color: #DAC83B;
}
</style>