Shades of Wattle #D9C53A
Tints of Wattle #D9C53A
RGB
CMYK
RGB Variations
Color information
#D9C53A (or 0xD9C53A) is known color: Wattle. HEX triplet: D9, C5 and 3A. RGB value is (217,197,58). Sum of RGB (Red+Green+Blue) = 217+197+58=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C53A is #263AC5. Grayscale: #BBBBBB. Windows color (decimal): -2505414 or 3851737. OLE color: 3851737.
HSL color Cylindrical-coordinate representation of color #D9C53A: hue angle of 52.45º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9C53A is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 58 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.15 |
| HSL | 52.45º | 0.68% | 0.54% | - |
| HSV(B) | 52.45º | 0.73% | 0.85% | - |
| XYZ | 49.35 | 54.99 | 12.02 | - |
| YUV | 187.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 58 | 0 | 0.09 | 0.73 | 0.15 | 52.45 | 0.68 | 0.54 |
| Hex | D9 | C5 | 3A | 0 | 9 | 49 | F | 34 | 44 | 36 |
| Octal | 331 | 305 | 72 | 0 | 11 | 111 | 17 | 64 | 104 | 66 |
| Binary | 11011001 | 11000101 | 111010 | 0 | 1001 | 1001001 | 1111 | 110100 | 1000100 | 110110 |
Color Harmonies of #D9C53A
Complementary color
Monochromatic Colors of #D9C53A
Black with #D9C53A
Text Example
Text Example
White with #D9C53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C53A; }
p { color: rgb(217,197,58); }
H1.HeaderClassName
{
color: #D9C53A;
}
.AnyTagClassName
{
color: #D9C53A;
}
</style>
background-color css
<style>
a { background-color: #D9C53A; }
a { background-color: rgb(217,197,58); }
div.DivClassName
{
background-color: #D9C53A;
}
.BgClassName
{
background-color: #D9C53A;
}
</style>
border-color css
<style>
span { border-color: #D9C53A; }
span { border-color: rgb(217,197,58); }
td.TdClassName
{
border-color: #D9C53A;
}
.TagClassName
{
border-color: #D9C53A;
}
</style>