Shades of Wattle #D9C036
Tints of Wattle #D9C036
RGB
CMYK
RGB Variations
Color information
#D9C036 (or 0xD9C036) is known color: Wattle. HEX triplet: D9, C0 and 36. RGB value is (217,192,54). Sum of RGB (Red+Green+Blue) = 217+192+54=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C036 is #263FC9. Grayscale: #B8B8B8. Windows color (decimal): -2506698 or 3588313. OLE color: 3588313.
HSL color Cylindrical-coordinate representation of color #D9C036: hue angle of 50.8º 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 #D9C036 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 54 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.15 |
| HSL | 50.8º | 0.68% | 0.53% | - |
| HSV(B) | 50.8º | 0.75% | 0.85% | - |
| XYZ | 48.13 | 52.72 | 11.13 | - |
| YUV | 183.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 54 | 0 | 0.12 | 0.75 | 0.15 | 50.8 | 0.68 | 0.53 |
| Hex | D9 | C0 | 36 | 0 | C | 4B | F | 33 | 44 | 35 |
| Octal | 331 | 300 | 66 | 0 | 14 | 113 | 17 | 63 | 104 | 65 |
| Binary | 11011001 | 11000000 | 110110 | 0 | 1100 | 1001011 | 1111 | 110011 | 1000100 | 110101 |
Color Harmonies of #D9C036
Complementary color
Monochromatic Colors of #D9C036
Black with #D9C036
Text Example
Text Example
White with #D9C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C036; }
p { color: rgb(217,192,54); }
H1.HeaderClassName
{
color: #D9C036;
}
.AnyTagClassName
{
color: #D9C036;
}
</style>
background-color css
<style>
a { background-color: #D9C036; }
a { background-color: rgb(217,192,54); }
div.DivClassName
{
background-color: #D9C036;
}
.BgClassName
{
background-color: #D9C036;
}
</style>
border-color css
<style>
span { border-color: #D9C036; }
span { border-color: rgb(217,192,54); }
td.TdClassName
{
border-color: #D9C036;
}
.TagClassName
{
border-color: #D9C036;
}
</style>