Shades of Wattle #D1D13E
Tints of Wattle #D1D13E
RGB
CMYK
RGB Variations
Color information
#D1D13E (or 0xD1D13E) is known color: Wattle. HEX triplet: D1, D1 and 3E. RGB value is (209,209,62). Sum of RGB (Red+Green+Blue) = 209+209+62=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D13E is #2E2EC1. Grayscale: #C0C0C0. Windows color (decimal): -3026626 or 4116945. OLE color: 4116945.
HSL color Cylindrical-coordinate representation of color #D1D13E: hue angle of 60º degrees, saturation: 0.62, 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 #D1D13E is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 62 | - |
| CMYK | 0 | 0 | 0.70 | 0.18 |
| HSL | 60º | 0.62% | 0.53% | - |
| HSV(B) | 60º | 0.7% | 0.82% | - |
| XYZ | 49.96 | 59.5 | 13.41 | - |
| YUV | 192.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 62 | 0 | 0 | 0.70 | 0.18 | 60 | 0.62 | 0.53 |
| Hex | D1 | D1 | 3E | 0 | 0 | 46 | 12 | 3C | 3E | 35 |
| Octal | 321 | 321 | 76 | 0 | 0 | 106 | 22 | 74 | 76 | 65 |
| Binary | 11010001 | 11010001 | 111110 | 0 | 0 | 1000110 | 10010 | 111100 | 111110 | 110101 |
Color Harmonies of #D1D13E
Complementary color
Monochromatic Colors of #D1D13E
Black with #D1D13E
Text Example
Text Example
White with #D1D13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D13E; }
p { color: rgb(209,209,62); }
H1.HeaderClassName
{
color: #D1D13E;
}
.AnyTagClassName
{
color: #D1D13E;
}
</style>
background-color css
<style>
a { background-color: #D1D13E; }
a { background-color: rgb(209,209,62); }
div.DivClassName
{
background-color: #D1D13E;
}
.BgClassName
{
background-color: #D1D13E;
}
</style>
border-color css
<style>
span { border-color: #D1D13E; }
span { border-color: rgb(209,209,62); }
td.TdClassName
{
border-color: #D1D13E;
}
.TagClassName
{
border-color: #D1D13E;
}
</style>