Shades of Wattle #D9C730
Tints of Wattle #D9C730
RGB
CMYK
RGB Variations
Color information
#D9C730 (or 0xD9C730) is known color: Wattle. HEX triplet: D9, C7 and 30. RGB value is (217,199,48). Sum of RGB (Red+Green+Blue) = 217+199+48=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C730 is #2638CF. Grayscale: #BBBBBB. Windows color (decimal): -2504912 or 3196889. OLE color: 3196889.
HSL color Cylindrical-coordinate representation of color #D9C730: hue angle of 53.61º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9C730 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 48 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.15 |
| HSL | 53.61º | 0.69% | 0.52% | - |
| HSV(B) | 53.61º | 0.78% | 0.85% | - |
| XYZ | 49.57 | 55.81 | 10.96 | - |
| YUV | 187.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 48 | 0 | 0.08 | 0.78 | 0.15 | 53.61 | 0.69 | 0.52 |
| Hex | D9 | C7 | 30 | 0 | 8 | 4E | F | 36 | 45 | 34 |
| Octal | 331 | 307 | 60 | 0 | 10 | 116 | 17 | 66 | 105 | 64 |
| Binary | 11011001 | 11000111 | 110000 | 0 | 1000 | 1001110 | 1111 | 110110 | 1000101 | 110100 |
Color Harmonies of #D9C730
Complementary color
Monochromatic Colors of #D9C730
Black with #D9C730
Text Example
Text Example
White with #D9C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C730; }
p { color: rgb(217,199,48); }
H1.HeaderClassName
{
color: #D9C730;
}
.AnyTagClassName
{
color: #D9C730;
}
</style>
background-color css
<style>
a { background-color: #D9C730; }
a { background-color: rgb(217,199,48); }
div.DivClassName
{
background-color: #D9C730;
}
.BgClassName
{
background-color: #D9C730;
}
</style>
border-color css
<style>
span { border-color: #D9C730; }
span { border-color: rgb(217,199,48); }
td.TdClassName
{
border-color: #D9C730;
}
.TagClassName
{
border-color: #D9C730;
}
</style>