Shades of Wattle #D1D03B
Tints of Wattle #D1D03B
RGB
CMYK
RGB Variations
Color information
#D1D03B (or 0xD1D03B) is known color: Wattle. HEX triplet: D1, D0 and 3B. RGB value is (209,208,59). Sum of RGB (Red+Green+Blue) = 209+208+59=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D03B is #2E2FC4. Grayscale: #BFBFBF. Windows color (decimal): -3026885 or 3920081. OLE color: 3920081.
HSL color Cylindrical-coordinate representation of color #D1D03B: hue angle of 59.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1D03B is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 59 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.18 |
| HSL | 59.6º | 0.62% | 0.53% | - |
| HSV(B) | 59.6º | 0.72% | 0.82% | - |
| XYZ | 49.64 | 58.98 | 12.91 | - |
| YUV | 191.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 59 | 0 | 0.00 | 0.72 | 0.18 | 59.6 | 0.62 | 0.53 |
| Hex | D1 | D0 | 3B | 0 | 0 | 48 | 12 | 3C | 3E | 35 |
| Octal | 321 | 320 | 73 | 0 | 0 | 110 | 22 | 74 | 76 | 65 |
| Binary | 11010001 | 11010000 | 111011 | 0 | 0 | 1001000 | 10010 | 111100 | 111110 | 110101 |
Color Harmonies of #D1D03B
Complementary color
Monochromatic Colors of #D1D03B
Black with #D1D03B
Text Example
Text Example
White with #D1D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D03B; }
p { color: rgb(209,208,59); }
H1.HeaderClassName
{
color: #D1D03B;
}
.AnyTagClassName
{
color: #D1D03B;
}
</style>
background-color css
<style>
a { background-color: #D1D03B; }
a { background-color: rgb(209,208,59); }
div.DivClassName
{
background-color: #D1D03B;
}
.BgClassName
{
background-color: #D1D03B;
}
</style>
border-color css
<style>
span { border-color: #D1D03B; }
span { border-color: rgb(209,208,59); }
td.TdClassName
{
border-color: #D1D03B;
}
.TagClassName
{
border-color: #D1D03B;
}
</style>