Shades of Wattle #D1D03D
Tints of Wattle #D1D03D
RGB
CMYK
RGB Variations
Color information
#D1D03D (or 0xD1D03D) is known color: Wattle. HEX triplet: D1, D0 and 3D. RGB value is (209,208,61). Sum of RGB (Red+Green+Blue) = 209+208+61=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D03D is #2E2FC2. Grayscale: #C0C0C0. Windows color (decimal): -3026883 or 4051153. OLE color: 4051153.
HSL color Cylindrical-coordinate representation of color #D1D03D: hue angle of 59.59º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1D03D is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 61 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.18 |
| HSL | 59.59º | 0.62% | 0.53% | - |
| HSV(B) | 59.59º | 0.71% | 0.82% | - |
| XYZ | 49.69 | 59 | 13.18 | - |
| YUV | 191.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 61 | 0 | 0.00 | 0.71 | 0.18 | 59.59 | 0.62 | 0.53 |
| Hex | D1 | D0 | 3D | 0 | 0 | 47 | 12 | 3C | 3E | 35 |
| Octal | 321 | 320 | 75 | 0 | 0 | 107 | 22 | 74 | 76 | 65 |
| Binary | 11010001 | 11010000 | 111101 | 0 | 0 | 1000111 | 10010 | 111100 | 111110 | 110101 |
Color Harmonies of #D1D03D
Complementary color
Monochromatic Colors of #D1D03D
Black with #D1D03D
Text Example
Text Example
White with #D1D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D03D; }
p { color: rgb(209,208,61); }
H1.HeaderClassName
{
color: #D1D03D;
}
.AnyTagClassName
{
color: #D1D03D;
}
</style>
background-color css
<style>
a { background-color: #D1D03D; }
a { background-color: rgb(209,208,61); }
div.DivClassName
{
background-color: #D1D03D;
}
.BgClassName
{
background-color: #D1D03D;
}
</style>
border-color css
<style>
span { border-color: #D1D03D; }
span { border-color: rgb(209,208,61); }
td.TdClassName
{
border-color: #D1D03D;
}
.TagClassName
{
border-color: #D1D03D;
}
</style>