Shades of Wattle #D9D03F
Tints of Wattle #D9D03F
RGB
CMYK
RGB Variations
Color information
#D9D03F (or 0xD9D03F) is known color: Wattle. HEX triplet: D9, D0 and 3F. RGB value is (217,208,63). Sum of RGB (Red+Green+Blue) = 217+208+63=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D03F is #262FC0. Grayscale: #C2C2C2. Windows color (decimal): -2502593 or 4182233. OLE color: 4182233.
HSL color Cylindrical-coordinate representation of color #D9D03F: hue angle of 56.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9D03F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 63 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.15 |
| HSL | 56.49º | 0.67% | 0.55% | - |
| HSV(B) | 56.49º | 0.71% | 0.85% | - |
| XYZ | 52.07 | 60.22 | 13.58 | - |
| YUV | 194.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 63 | 0 | 0.04 | 0.71 | 0.15 | 56.49 | 0.67 | 0.55 |
| Hex | D9 | D0 | 3F | 0 | 4 | 47 | F | 38 | 43 | 37 |
| Octal | 331 | 320 | 77 | 0 | 4 | 107 | 17 | 70 | 103 | 67 |
| Binary | 11011001 | 11010000 | 111111 | 0 | 100 | 1000111 | 1111 | 111000 | 1000011 | 110111 |
Color Harmonies of #D9D03F
Complementary color
Monochromatic Colors of #D9D03F
Black with #D9D03F
Text Example
Text Example
White with #D9D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D03F; }
p { color: rgb(217,208,63); }
H1.HeaderClassName
{
color: #D9D03F;
}
.AnyTagClassName
{
color: #D9D03F;
}
</style>
background-color css
<style>
a { background-color: #D9D03F; }
a { background-color: rgb(217,208,63); }
div.DivClassName
{
background-color: #D9D03F;
}
.BgClassName
{
background-color: #D9D03F;
}
</style>
border-color css
<style>
span { border-color: #D9D03F; }
span { border-color: rgb(217,208,63); }
td.TdClassName
{
border-color: #D9D03F;
}
.TagClassName
{
border-color: #D9D03F;
}
</style>