Shades of Wattle #D9D03A
Tints of Wattle #D9D03A
RGB
CMYK
RGB Variations
Color information
#D9D03A (or 0xD9D03A) is known color: Wattle. HEX triplet: D9, D0 and 3A. RGB value is (217,208,58). Sum of RGB (Red+Green+Blue) = 217+208+58=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D03A is #262FC5. Grayscale: #C2C2C2. Windows color (decimal): -2502598 or 3854553. OLE color: 3854553.
HSL color Cylindrical-coordinate representation of color #D9D03A: hue angle of 56.6º 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 #D9D03A is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 58 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.15 |
| HSL | 56.6º | 0.68% | 0.54% | - |
| HSV(B) | 56.6º | 0.73% | 0.85% | - |
| XYZ | 51.93 | 60.17 | 12.88 | - |
| YUV | 193.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 58 | 0 | 0.04 | 0.73 | 0.15 | 56.6 | 0.68 | 0.54 |
| Hex | D9 | D0 | 3A | 0 | 4 | 49 | F | 39 | 44 | 36 |
| Octal | 331 | 320 | 72 | 0 | 4 | 111 | 17 | 71 | 104 | 66 |
| Binary | 11011001 | 11010000 | 111010 | 0 | 100 | 1001001 | 1111 | 111001 | 1000100 | 110110 |
Color Harmonies of #D9D03A
Complementary color
Monochromatic Colors of #D9D03A
Black with #D9D03A
Text Example
Text Example
White with #D9D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D03A; }
p { color: rgb(217,208,58); }
H1.HeaderClassName
{
color: #D9D03A;
}
.AnyTagClassName
{
color: #D9D03A;
}
</style>
background-color css
<style>
a { background-color: #D9D03A; }
a { background-color: rgb(217,208,58); }
div.DivClassName
{
background-color: #D9D03A;
}
.BgClassName
{
background-color: #D9D03A;
}
</style>
border-color css
<style>
span { border-color: #D9D03A; }
span { border-color: rgb(217,208,58); }
td.TdClassName
{
border-color: #D9D03A;
}
.TagClassName
{
border-color: #D9D03A;
}
</style>