Shades of Wattle #D9D13A
Tints of Wattle #D9D13A
RGB
CMYK
RGB Variations
Color information
#D9D13A (or 0xD9D13A) is known color: Wattle. HEX triplet: D9, D1 and 3A. RGB value is (217,209,58). Sum of RGB (Red+Green+Blue) = 217+209+58=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D13A is #262EC5. Grayscale: #C2C2C2. Windows color (decimal): -2502342 or 3854809. OLE color: 3854809.
HSL color Cylindrical-coordinate representation of color #D9D13A: hue angle of 56.98º 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 #D9D13A is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 58 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.15 |
| HSL | 56.98º | 0.68% | 0.54% | - |
| HSV(B) | 56.98º | 0.73% | 0.85% | - |
| XYZ | 52.18 | 60.66 | 12.96 | - |
| YUV | 194.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 58 | 0 | 0.04 | 0.73 | 0.15 | 56.98 | 0.68 | 0.54 |
| Hex | D9 | D1 | 3A | 0 | 4 | 49 | F | 39 | 44 | 36 |
| Octal | 331 | 321 | 72 | 0 | 4 | 111 | 17 | 71 | 104 | 66 |
| Binary | 11011001 | 11010001 | 111010 | 0 | 100 | 1001001 | 1111 | 111001 | 1000100 | 110110 |
Color Harmonies of #D9D13A
Complementary color
Monochromatic Colors of #D9D13A
Black with #D9D13A
Text Example
Text Example
White with #D9D13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D13A; }
p { color: rgb(217,209,58); }
H1.HeaderClassName
{
color: #D9D13A;
}
.AnyTagClassName
{
color: #D9D13A;
}
</style>
background-color css
<style>
a { background-color: #D9D13A; }
a { background-color: rgb(217,209,58); }
div.DivClassName
{
background-color: #D9D13A;
}
.BgClassName
{
background-color: #D9D13A;
}
</style>
border-color css
<style>
span { border-color: #D9D13A; }
span { border-color: rgb(217,209,58); }
td.TdClassName
{
border-color: #D9D13A;
}
.TagClassName
{
border-color: #D9D13A;
}
</style>