Shades of Wattle #D9D032
Tints of Wattle #D9D032
RGB
CMYK
RGB Variations
Color information
#D9D032 (or 0xD9D032) is known color: Wattle. HEX triplet: D9, D0 and 32. RGB value is (217,208,50). Sum of RGB (Red+Green+Blue) = 217+208+50=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D032 is #262FCD. Grayscale: #C1C1C1. Windows color (decimal): -2502606 or 3330265. OLE color: 3330265.
HSL color Cylindrical-coordinate representation of color #D9D032: hue angle of 56.77º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9D032 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 50 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.15 |
| HSL | 56.77º | 0.69% | 0.52% | - |
| HSV(B) | 56.77º | 0.77% | 0.85% | - |
| XYZ | 51.75 | 60.09 | 11.89 | - |
| YUV | 192.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 50 | 0 | 0.04 | 0.77 | 0.15 | 56.77 | 0.69 | 0.52 |
| Hex | D9 | D0 | 32 | 0 | 4 | 4D | F | 39 | 45 | 34 |
| Octal | 331 | 320 | 62 | 0 | 4 | 115 | 17 | 71 | 105 | 64 |
| Binary | 11011001 | 11010000 | 110010 | 0 | 100 | 1001101 | 1111 | 111001 | 1000101 | 110100 |
Color Harmonies of #D9D032
Complementary color
Monochromatic Colors of #D9D032
Black with #D9D032
Text Example
Text Example
White with #D9D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D032; }
p { color: rgb(217,208,50); }
H1.HeaderClassName
{
color: #D9D032;
}
.AnyTagClassName
{
color: #D9D032;
}
</style>
background-color css
<style>
a { background-color: #D9D032; }
a { background-color: rgb(217,208,50); }
div.DivClassName
{
background-color: #D9D032;
}
.BgClassName
{
background-color: #D9D032;
}
</style>
border-color css
<style>
span { border-color: #D9D032; }
span { border-color: rgb(217,208,50); }
td.TdClassName
{
border-color: #D9D032;
}
.TagClassName
{
border-color: #D9D032;
}
</style>