Shades of Wattle #D1D047
Tints of Wattle #D1D047
RGB
CMYK
RGB Variations
Color information
#D1D047 (or 0xD1D047) is known color: Wattle. HEX triplet: D1, D0 and 47. RGB value is (209,208,71). Sum of RGB (Red+Green+Blue) = 209+208+71=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D047 is #2E2FB8. Grayscale: #C1C1C1. Windows color (decimal): -3026873 or 4706513. OLE color: 4706513.
HSL color Cylindrical-coordinate representation of color #D1D047: hue angle of 59.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1D047 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 71 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.18 |
| HSL | 59.57º | 0.6% | 0.55% | - |
| HSV(B) | 59.57º | 0.66% | 0.82% | - |
| XYZ | 49.99 | 59.12 | 14.74 | - |
| YUV | 192.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 71 | 0 | 0.00 | 0.66 | 0.18 | 59.57 | 0.6 | 0.55 |
| Hex | D1 | D0 | 47 | 0 | 0 | 42 | 12 | 3C | 3C | 37 |
| Octal | 321 | 320 | 107 | 0 | 0 | 102 | 22 | 74 | 74 | 67 |
| Binary | 11010001 | 11010000 | 1000111 | 0 | 0 | 1000010 | 10010 | 111100 | 111100 | 110111 |
Color Harmonies of #D1D047
Complementary color
Monochromatic Colors of #D1D047
Black with #D1D047
Text Example
Text Example
White with #D1D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D047; }
p { color: rgb(209,208,71); }
H1.HeaderClassName
{
color: #D1D047;
}
.AnyTagClassName
{
color: #D1D047;
}
</style>
background-color css
<style>
a { background-color: #D1D047; }
a { background-color: rgb(209,208,71); }
div.DivClassName
{
background-color: #D1D047;
}
.BgClassName
{
background-color: #D1D047;
}
</style>
border-color css
<style>
span { border-color: #D1D047; }
span { border-color: rgb(209,208,71); }
td.TdClassName
{
border-color: #D1D047;
}
.TagClassName
{
border-color: #D1D047;
}
</style>