Shades of Wattle #D1D13F
Tints of Wattle #D1D13F
RGB
CMYK
RGB Variations
Color information
#D1D13F (or 0xD1D13F) is known color: Wattle. HEX triplet: D1, D1 and 3F. RGB value is (209,209,63). Sum of RGB (Red+Green+Blue) = 209+209+63=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D13F is #2E2EC0. Grayscale: #C0C0C0. Windows color (decimal): -3026625 or 4182481. OLE color: 4182481.
HSL color Cylindrical-coordinate representation of color #D1D13F: hue angle of 60º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1D13F is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 63 | - |
| CMYK | 0 | 0 | 0.70 | 0.18 |
| HSL | 60º | 0.61% | 0.53% | - |
| HSV(B) | 60º | 0.7% | 0.82% | - |
| XYZ | 49.99 | 59.52 | 13.56 | - |
| YUV | 192.36 | 55 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 63 | 0 | 0 | 0.70 | 0.18 | 60 | 0.61 | 0.53 |
| Hex | D1 | D1 | 3F | 0 | 0 | 46 | 12 | 3C | 3D | 35 |
| Octal | 321 | 321 | 77 | 0 | 0 | 106 | 22 | 74 | 75 | 65 |
| Binary | 11010001 | 11010001 | 111111 | 0 | 0 | 1000110 | 10010 | 111100 | 111101 | 110101 |
Color Harmonies of #D1D13F
Complementary color
Monochromatic Colors of #D1D13F
Black with #D1D13F
Text Example
Text Example
White with #D1D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D13F; }
p { color: rgb(209,209,63); }
H1.HeaderClassName
{
color: #D1D13F;
}
.AnyTagClassName
{
color: #D1D13F;
}
</style>
background-color css
<style>
a { background-color: #D1D13F; }
a { background-color: rgb(209,209,63); }
div.DivClassName
{
background-color: #D1D13F;
}
.BgClassName
{
background-color: #D1D13F;
}
</style>
border-color css
<style>
span { border-color: #D1D13F; }
span { border-color: rgb(209,209,63); }
td.TdClassName
{
border-color: #D1D13F;
}
.TagClassName
{
border-color: #D1D13F;
}
</style>