Shades of Wattle #D2D03E
Tints of Wattle #D2D03E
RGB
CMYK
RGB Variations
Color information
#D2D03E (or 0xD2D03E) is known color: Wattle. HEX triplet: D2, D0 and 3E. RGB value is (210,208,62). Sum of RGB (Red+Green+Blue) = 210+208+62=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D03E is #2D2FC1. Grayscale: #C0C0C0. Windows color (decimal): -2961346 or 4116690. OLE color: 4116690.
HSL color Cylindrical-coordinate representation of color #D2D03E: hue angle of 59.19º 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 #D2D03E is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 62 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.18 |
| HSL | 59.19º | 0.62% | 0.53% | - |
| HSV(B) | 59.19º | 0.7% | 0.82% | - |
| XYZ | 50 | 59.16 | 13.34 | - |
| YUV | 191.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 62 | 0 | 0.01 | 0.70 | 0.18 | 59.19 | 0.62 | 0.53 |
| Hex | D2 | D0 | 3E | 0 | 1 | 46 | 12 | 3B | 3E | 35 |
| Octal | 322 | 320 | 76 | 0 | 1 | 106 | 22 | 73 | 76 | 65 |
| Binary | 11010010 | 11010000 | 111110 | 0 | 1 | 1000110 | 10010 | 111011 | 111110 | 110101 |
Color Harmonies of #D2D03E
Complementary color
Monochromatic Colors of #D2D03E
Black with #D2D03E
Text Example
Text Example
White with #D2D03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D03E; }
p { color: rgb(210,208,62); }
H1.HeaderClassName
{
color: #D2D03E;
}
.AnyTagClassName
{
color: #D2D03E;
}
</style>
background-color css
<style>
a { background-color: #D2D03E; }
a { background-color: rgb(210,208,62); }
div.DivClassName
{
background-color: #D2D03E;
}
.BgClassName
{
background-color: #D2D03E;
}
</style>
border-color css
<style>
span { border-color: #D2D03E; }
span { border-color: rgb(210,208,62); }
td.TdClassName
{
border-color: #D2D03E;
}
.TagClassName
{
border-color: #D2D03E;
}
</style>