Shades of Wattle #D9C740
Tints of Wattle #D9C740
RGB
CMYK
RGB Variations
Color information
#D9C740 (or 0xD9C740) is known color: Wattle. HEX triplet: D9, C7 and 40. RGB value is (217,199,64). Sum of RGB (Red+Green+Blue) = 217+199+64=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C740 is #2638BF. Grayscale: #BDBDBD. Windows color (decimal): -2504896 or 4245465. OLE color: 4245465.
HSL color Cylindrical-coordinate representation of color #D9C740: hue angle of 52.94º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9C740 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 64 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.15 |
| HSL | 52.94º | 0.67% | 0.55% | - |
| HSV(B) | 52.94º | 0.71% | 0.85% | - |
| XYZ | 49.96 | 55.97 | 13.02 | - |
| YUV | 188.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 64 | 0 | 0.08 | 0.71 | 0.15 | 52.94 | 0.67 | 0.55 |
| Hex | D9 | C7 | 40 | 0 | 8 | 47 | F | 35 | 43 | 37 |
| Octal | 331 | 307 | 100 | 0 | 10 | 107 | 17 | 65 | 103 | 67 |
| Binary | 11011001 | 11000111 | 1000000 | 0 | 1000 | 1000111 | 1111 | 110101 | 1000011 | 110111 |
Color Harmonies of #D9C740
Complementary color
Monochromatic Colors of #D9C740
Black with #D9C740
Text Example
Text Example
White with #D9C740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C740; }
p { color: rgb(217,199,64); }
H1.HeaderClassName
{
color: #D9C740;
}
.AnyTagClassName
{
color: #D9C740;
}
</style>
background-color css
<style>
a { background-color: #D9C740; }
a { background-color: rgb(217,199,64); }
div.DivClassName
{
background-color: #D9C740;
}
.BgClassName
{
background-color: #D9C740;
}
</style>
border-color css
<style>
span { border-color: #D9C740; }
span { border-color: rgb(217,199,64); }
td.TdClassName
{
border-color: #D9C740;
}
.TagClassName
{
border-color: #D9C740;
}
</style>