Shades of Wattle #D8C03A
Tints of Wattle #D8C03A
RGB
CMYK
RGB Variations
Color information
#D8C03A (or 0xD8C03A) is known color: Wattle. HEX triplet: D8, C0 and 3A. RGB value is (216,192,58). Sum of RGB (Red+Green+Blue) = 216+192+58=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C03A is #273FC5. Grayscale: #B8B8B8. Windows color (decimal): -2572230 or 3850456. OLE color: 3850456.
HSL color Cylindrical-coordinate representation of color #D8C03A: hue angle of 50.89º degrees, saturation: 0.67, 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 #D8C03A is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 58 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.15 |
| HSL | 50.89º | 0.67% | 0.54% | - |
| HSV(B) | 50.89º | 0.73% | 0.85% | - |
| XYZ | 47.93 | 52.6 | 11.63 | - |
| YUV | 183.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 58 | 0 | 0.11 | 0.73 | 0.15 | 50.89 | 0.67 | 0.54 |
| Hex | D8 | C0 | 3A | 0 | B | 49 | F | 33 | 43 | 36 |
| Octal | 330 | 300 | 72 | 0 | 13 | 111 | 17 | 63 | 103 | 66 |
| Binary | 11011000 | 11000000 | 111010 | 0 | 1011 | 1001001 | 1111 | 110011 | 1000011 | 110110 |
Color Harmonies of #D8C03A
Complementary color
Monochromatic Colors of #D8C03A
Black with #D8C03A
Text Example
Text Example
White with #D8C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C03A; }
p { color: rgb(216,192,58); }
H1.HeaderClassName
{
color: #D8C03A;
}
.AnyTagClassName
{
color: #D8C03A;
}
</style>
background-color css
<style>
a { background-color: #D8C03A; }
a { background-color: rgb(216,192,58); }
div.DivClassName
{
background-color: #D8C03A;
}
.BgClassName
{
background-color: #D8C03A;
}
</style>
border-color css
<style>
span { border-color: #D8C03A; }
span { border-color: rgb(216,192,58); }
td.TdClassName
{
border-color: #D8C03A;
}
.TagClassName
{
border-color: #D8C03A;
}
</style>