Shades of Wattle #D9D13B
Tints of Wattle #D9D13B
RGB
CMYK
RGB Variations
Color information
#D9D13B (or 0xD9D13B) is known color: Wattle. HEX triplet: D9, D1 and 3B. RGB value is (217,209,59). Sum of RGB (Red+Green+Blue) = 217+209+59=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D13B is #262EC4. Grayscale: #C2C2C2. Windows color (decimal): -2502341 or 3920345. OLE color: 3920345.
HSL color Cylindrical-coordinate representation of color #D9D13B: hue angle of 56.96º 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 #D9D13B is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 59 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.15 |
| HSL | 56.96º | 0.68% | 0.54% | - |
| HSV(B) | 56.96º | 0.73% | 0.85% | - |
| XYZ | 52.21 | 60.67 | 13.1 | - |
| YUV | 194.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 59 | 0 | 0.04 | 0.73 | 0.15 | 56.96 | 0.68 | 0.54 |
| Hex | D9 | D1 | 3B | 0 | 4 | 49 | F | 39 | 44 | 36 |
| Octal | 331 | 321 | 73 | 0 | 4 | 111 | 17 | 71 | 104 | 66 |
| Binary | 11011001 | 11010001 | 111011 | 0 | 100 | 1001001 | 1111 | 111001 | 1000100 | 110110 |
Color Harmonies of #D9D13B
Complementary color
Monochromatic Colors of #D9D13B
Black with #D9D13B
Text Example
Text Example
White with #D9D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D13B; }
p { color: rgb(217,209,59); }
H1.HeaderClassName
{
color: #D9D13B;
}
.AnyTagClassName
{
color: #D9D13B;
}
</style>
background-color css
<style>
a { background-color: #D9D13B; }
a { background-color: rgb(217,209,59); }
div.DivClassName
{
background-color: #D9D13B;
}
.BgClassName
{
background-color: #D9D13B;
}
</style>
border-color css
<style>
span { border-color: #D9D13B; }
span { border-color: rgb(217,209,59); }
td.TdClassName
{
border-color: #D9D13B;
}
.TagClassName
{
border-color: #D9D13B;
}
</style>