Shades of Wattle #D9C031
Tints of Wattle #D9C031
RGB
CMYK
RGB Variations
Color information
#D9C031 (or 0xD9C031) is known color: Wattle. HEX triplet: D9, C0 and 31. RGB value is (217,192,49). Sum of RGB (Red+Green+Blue) = 217+192+49=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C031 is #263FCE. Grayscale: #B7B7B7. Windows color (decimal): -2506703 or 3260633. OLE color: 3260633.
HSL color Cylindrical-coordinate representation of color #D9C031: hue angle of 51.07º 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 #D9C031 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 49 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.15 |
| HSL | 51.07º | 0.69% | 0.52% | - |
| HSV(B) | 51.07º | 0.77% | 0.85% | - |
| XYZ | 48.02 | 52.67 | 10.54 | - |
| YUV | 183.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 49 | 0 | 0.12 | 0.77 | 0.15 | 51.07 | 0.69 | 0.52 |
| Hex | D9 | C0 | 31 | 0 | C | 4D | F | 33 | 45 | 34 |
| Octal | 331 | 300 | 61 | 0 | 14 | 115 | 17 | 63 | 105 | 64 |
| Binary | 11011001 | 11000000 | 110001 | 0 | 1100 | 1001101 | 1111 | 110011 | 1000101 | 110100 |
Color Harmonies of #D9C031
Complementary color
Monochromatic Colors of #D9C031
Black with #D9C031
Text Example
Text Example
White with #D9C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C031; }
p { color: rgb(217,192,49); }
H1.HeaderClassName
{
color: #D9C031;
}
.AnyTagClassName
{
color: #D9C031;
}
</style>
background-color css
<style>
a { background-color: #D9C031; }
a { background-color: rgb(217,192,49); }
div.DivClassName
{
background-color: #D9C031;
}
.BgClassName
{
background-color: #D9C031;
}
</style>
border-color css
<style>
span { border-color: #D9C031; }
span { border-color: rgb(217,192,49); }
td.TdClassName
{
border-color: #D9C031;
}
.TagClassName
{
border-color: #D9C031;
}
</style>