Shades of Wattle #D8D036
Tints of Wattle #D8D036
RGB
CMYK
RGB Variations
Color information
#D8D036 (or 0xD8D036) is known color: Wattle. HEX triplet: D8, D0 and 36. RGB value is (216,208,54). Sum of RGB (Red+Green+Blue) = 216+208+54=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D036 is #272FC9. Grayscale: #C1C1C1. Windows color (decimal): -2568138 or 3592408. OLE color: 3592408.
HSL color Cylindrical-coordinate representation of color #D8D036: hue angle of 57.04º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8D036 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 54 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.15 |
| HSL | 57.04º | 0.68% | 0.53% | - |
| HSV(B) | 57.04º | 0.75% | 0.85% | - |
| XYZ | 51.54 | 59.98 | 12.35 | - |
| YUV | 192.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 54 | 0 | 0.04 | 0.75 | 0.15 | 57.04 | 0.68 | 0.53 |
| Hex | D8 | D0 | 36 | 0 | 4 | 4B | F | 39 | 44 | 35 |
| Octal | 330 | 320 | 66 | 0 | 4 | 113 | 17 | 71 | 104 | 65 |
| Binary | 11011000 | 11010000 | 110110 | 0 | 100 | 1001011 | 1111 | 111001 | 1000100 | 110101 |
Color Harmonies of #D8D036
Complementary color
Monochromatic Colors of #D8D036
Black with #D8D036
Text Example
Text Example
White with #D8D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D036; }
p { color: rgb(216,208,54); }
H1.HeaderClassName
{
color: #D8D036;
}
.AnyTagClassName
{
color: #D8D036;
}
</style>
background-color css
<style>
a { background-color: #D8D036; }
a { background-color: rgb(216,208,54); }
div.DivClassName
{
background-color: #D8D036;
}
.BgClassName
{
background-color: #D8D036;
}
</style>
border-color css
<style>
span { border-color: #D8D036; }
span { border-color: rgb(216,208,54); }
td.TdClassName
{
border-color: #D8D036;
}
.TagClassName
{
border-color: #D8D036;
}
</style>