Shades of Wattle #D0D045
Tints of Wattle #D0D045
RGB
CMYK
RGB Variations
Color information
#D0D045 (or 0xD0D045) is known color: Wattle. HEX triplet: D0, D0 and 45. RGB value is (208,208,69). Sum of RGB (Red+Green+Blue) = 208+208+69=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D045 is #2F2FBA. Grayscale: #C0C0C0. Windows color (decimal): -3092411 or 4575440. OLE color: 4575440.
HSL color Cylindrical-coordinate representation of color #D0D045: hue angle of 60º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0D045 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 69 | - |
| CMYK | 0 | 0 | 0.67 | 0.18 |
| HSL | 60º | 0.6% | 0.54% | - |
| HSV(B) | 60º | 0.67% | 0.82% | - |
| XYZ | 49.64 | 58.95 | 14.39 | - |
| YUV | 192.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 69 | 0 | 0 | 0.67 | 0.18 | 60 | 0.6 | 0.54 |
| Hex | D0 | D0 | 45 | 0 | 0 | 43 | 12 | 3C | 3C | 36 |
| Octal | 320 | 320 | 105 | 0 | 0 | 103 | 22 | 74 | 74 | 66 |
| Binary | 11010000 | 11010000 | 1000101 | 0 | 0 | 1000011 | 10010 | 111100 | 111100 | 110110 |
Color Harmonies of #D0D045
Complementary color
Monochromatic Colors of #D0D045
Black with #D0D045
Text Example
Text Example
White with #D0D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D045; }
p { color: rgb(208,208,69); }
H1.HeaderClassName
{
color: #D0D045;
}
.AnyTagClassName
{
color: #D0D045;
}
</style>
background-color css
<style>
a { background-color: #D0D045; }
a { background-color: rgb(208,208,69); }
div.DivClassName
{
background-color: #D0D045;
}
.BgClassName
{
background-color: #D0D045;
}
</style>
border-color css
<style>
span { border-color: #D0D045; }
span { border-color: rgb(208,208,69); }
td.TdClassName
{
border-color: #D0D045;
}
.TagClassName
{
border-color: #D0D045;
}
</style>