Shades of Wattle #D9C430
Tints of Wattle #D9C430
RGB
CMYK
RGB Variations
Color information
#D9C430 (or 0xD9C430) is known color: Wattle. HEX triplet: D9, C4 and 30. RGB value is (217,196,48). Sum of RGB (Red+Green+Blue) = 217+196+48=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C430 is #263BCF. Grayscale: #BABABA. Windows color (decimal): -2505680 or 3196121. OLE color: 3196121.
HSL color Cylindrical-coordinate representation of color #D9C430: hue angle of 52.54º 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 #D9C430 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 48 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.15 |
| HSL | 52.54º | 0.69% | 0.52% | - |
| HSV(B) | 52.54º | 0.78% | 0.85% | - |
| XYZ | 48.89 | 54.44 | 10.73 | - |
| YUV | 185.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 48 | 0 | 0.10 | 0.78 | 0.15 | 52.54 | 0.69 | 0.52 |
| Hex | D9 | C4 | 30 | 0 | A | 4E | F | 35 | 45 | 34 |
| Octal | 331 | 304 | 60 | 0 | 12 | 116 | 17 | 65 | 105 | 64 |
| Binary | 11011001 | 11000100 | 110000 | 0 | 1010 | 1001110 | 1111 | 110101 | 1000101 | 110100 |
Color Harmonies of #D9C430
Complementary color
Monochromatic Colors of #D9C430
Black with #D9C430
Text Example
Text Example
White with #D9C430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C430; }
p { color: rgb(217,196,48); }
H1.HeaderClassName
{
color: #D9C430;
}
.AnyTagClassName
{
color: #D9C430;
}
</style>
background-color css
<style>
a { background-color: #D9C430; }
a { background-color: rgb(217,196,48); }
div.DivClassName
{
background-color: #D9C430;
}
.BgClassName
{
background-color: #D9C430;
}
</style>
border-color css
<style>
span { border-color: #D9C430; }
span { border-color: rgb(217,196,48); }
td.TdClassName
{
border-color: #D9C430;
}
.TagClassName
{
border-color: #D9C430;
}
</style>