Shades of Wattle #D9D03B
Tints of Wattle #D9D03B
RGB
CMYK
RGB Variations
Color information
#D9D03B (or 0xD9D03B) is known color: Wattle. HEX triplet: D9, D0 and 3B. RGB value is (217,208,59). Sum of RGB (Red+Green+Blue) = 217+208+59=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D03B is #262FC4. Grayscale: #C2C2C2. Windows color (decimal): -2502597 or 3920089. OLE color: 3920089.
HSL color Cylindrical-coordinate representation of color #D9D03B: hue angle of 56.58º 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 #D9D03B is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 59 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.15 |
| HSL | 56.58º | 0.68% | 0.54% | - |
| HSV(B) | 56.58º | 0.73% | 0.85% | - |
| XYZ | 51.96 | 60.18 | 13.01 | - |
| YUV | 193.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 59 | 0 | 0.04 | 0.73 | 0.15 | 56.58 | 0.68 | 0.54 |
| Hex | D9 | D0 | 3B | 0 | 4 | 49 | F | 39 | 44 | 36 |
| Octal | 331 | 320 | 73 | 0 | 4 | 111 | 17 | 71 | 104 | 66 |
| Binary | 11011001 | 11010000 | 111011 | 0 | 100 | 1001001 | 1111 | 111001 | 1000100 | 110110 |
Color Harmonies of #D9D03B
Complementary color
Monochromatic Colors of #D9D03B
Black with #D9D03B
Text Example
Text Example
White with #D9D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D03B; }
p { color: rgb(217,208,59); }
H1.HeaderClassName
{
color: #D9D03B;
}
.AnyTagClassName
{
color: #D9D03B;
}
</style>
background-color css
<style>
a { background-color: #D9D03B; }
a { background-color: rgb(217,208,59); }
div.DivClassName
{
background-color: #D9D03B;
}
.BgClassName
{
background-color: #D9D03B;
}
</style>
border-color css
<style>
span { border-color: #D9D03B; }
span { border-color: rgb(217,208,59); }
td.TdClassName
{
border-color: #D9D03B;
}
.TagClassName
{
border-color: #D9D03B;
}
</style>