Shades of Wattle #D9D036
Tints of Wattle #D9D036
RGB
CMYK
RGB Variations
Color information
#D9D036 (or 0xD9D036) is known color: Wattle. HEX triplet: D9, D0 and 36. RGB value is (217,208,54). Sum of RGB (Red+Green+Blue) = 217+208+54=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D036 is #262FC9. Grayscale: #C1C1C1. Windows color (decimal): -2502602 or 3592409. OLE color: 3592409.
HSL color Cylindrical-coordinate representation of color #D9D036: hue angle of 56.69º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9D036 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 54 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.15 |
| HSL | 56.69º | 0.68% | 0.53% | - |
| HSV(B) | 56.69º | 0.75% | 0.85% | - |
| XYZ | 51.84 | 60.13 | 12.36 | - |
| YUV | 193.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 54 | 0 | 0.04 | 0.75 | 0.15 | 56.69 | 0.68 | 0.53 |
| Hex | D9 | D0 | 36 | 0 | 4 | 4B | F | 39 | 44 | 35 |
| Octal | 331 | 320 | 66 | 0 | 4 | 113 | 17 | 71 | 104 | 65 |
| Binary | 11011001 | 11010000 | 110110 | 0 | 100 | 1001011 | 1111 | 111001 | 1000100 | 110101 |
Color Harmonies of #D9D036
Complementary color
Monochromatic Colors of #D9D036
Black with #D9D036
Text Example
Text Example
White with #D9D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D036; }
p { color: rgb(217,208,54); }
H1.HeaderClassName
{
color: #D9D036;
}
.AnyTagClassName
{
color: #D9D036;
}
</style>
background-color css
<style>
a { background-color: #D9D036; }
a { background-color: rgb(217,208,54); }
div.DivClassName
{
background-color: #D9D036;
}
.BgClassName
{
background-color: #D9D036;
}
</style>
border-color css
<style>
span { border-color: #D9D036; }
span { border-color: rgb(217,208,54); }
td.TdClassName
{
border-color: #D9D036;
}
.TagClassName
{
border-color: #D9D036;
}
</style>