Shades of Wattle #D0D03F
Tints of Wattle #D0D03F
RGB
CMYK
RGB Variations
Color information
#D0D03F (or 0xD0D03F) is known color: Wattle. HEX triplet: D0, D0 and 3F. RGB value is (208,208,63). Sum of RGB (Red+Green+Blue) = 208+208+63=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D03F is #2F2FC0. Grayscale: #C0C0C0. Windows color (decimal): -3092417 or 4182224. OLE color: 4182224.
HSL color Cylindrical-coordinate representation of color #D0D03F: hue angle of 60º degrees, saturation: 0.61, 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 #D0D03F is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 63 | - |
| CMYK | 0 | 0 | 0.70 | 0.18 |
| HSL | 60º | 0.61% | 0.53% | - |
| HSV(B) | 60º | 0.7% | 0.82% | - |
| XYZ | 49.47 | 58.88 | 13.46 | - |
| YUV | 191.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 63 | 0 | 0 | 0.70 | 0.18 | 60 | 0.61 | 0.53 |
| Hex | D0 | D0 | 3F | 0 | 0 | 46 | 12 | 3C | 3D | 35 |
| Octal | 320 | 320 | 77 | 0 | 0 | 106 | 22 | 74 | 75 | 65 |
| Binary | 11010000 | 11010000 | 111111 | 0 | 0 | 1000110 | 10010 | 111100 | 111101 | 110101 |
Color Harmonies of #D0D03F
Complementary color
Monochromatic Colors of #D0D03F
Black with #D0D03F
Text Example
Text Example
White with #D0D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D03F; }
p { color: rgb(208,208,63); }
H1.HeaderClassName
{
color: #D0D03F;
}
.AnyTagClassName
{
color: #D0D03F;
}
</style>
background-color css
<style>
a { background-color: #D0D03F; }
a { background-color: rgb(208,208,63); }
div.DivClassName
{
background-color: #D0D03F;
}
.BgClassName
{
background-color: #D0D03F;
}
</style>
border-color css
<style>
span { border-color: #D0D03F; }
span { border-color: rgb(208,208,63); }
td.TdClassName
{
border-color: #D0D03F;
}
.TagClassName
{
border-color: #D0D03F;
}
</style>