Shades of Wattle #D8D030
Tints of Wattle #D8D030
RGB
CMYK
RGB Variations
Color information
#D8D030 (or 0xD8D030) is known color: Wattle. HEX triplet: D8, D0 and 30. RGB value is (216,208,48). Sum of RGB (Red+Green+Blue) = 216+208+48=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D030 is #272FCF. Grayscale: #C0C0C0. Windows color (decimal): -2568144 or 3199192. OLE color: 3199192.
HSL color Cylindrical-coordinate representation of color #D8D030: hue angle of 57.14º degrees, saturation: 0.68, 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 #D8D030 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 48 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.15 |
| HSL | 57.14º | 0.68% | 0.52% | - |
| HSV(B) | 57.14º | 0.78% | 0.85% | - |
| XYZ | 51.41 | 59.92 | 11.65 | - |
| YUV | 192.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 48 | 0 | 0.04 | 0.78 | 0.15 | 57.14 | 0.68 | 0.52 |
| Hex | D8 | D0 | 30 | 0 | 4 | 4E | F | 39 | 44 | 34 |
| Octal | 330 | 320 | 60 | 0 | 4 | 116 | 17 | 71 | 104 | 64 |
| Binary | 11011000 | 11010000 | 110000 | 0 | 100 | 1001110 | 1111 | 111001 | 1000100 | 110100 |
Color Harmonies of #D8D030
Complementary color
Monochromatic Colors of #D8D030
Black with #D8D030
Text Example
Text Example
White with #D8D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D030; }
p { color: rgb(216,208,48); }
H1.HeaderClassName
{
color: #D8D030;
}
.AnyTagClassName
{
color: #D8D030;
}
</style>
background-color css
<style>
a { background-color: #D8D030; }
a { background-color: rgb(216,208,48); }
div.DivClassName
{
background-color: #D8D030;
}
.BgClassName
{
background-color: #D8D030;
}
</style>
border-color css
<style>
span { border-color: #D8D030; }
span { border-color: rgb(216,208,48); }
td.TdClassName
{
border-color: #D8D030;
}
.TagClassName
{
border-color: #D8D030;
}
</style>