Shades of Wattle #D0C044
Tints of Wattle #D0C044
RGB
CMYK
RGB Variations
Color information
#D0C044 (or 0xD0C044) is known color: Wattle. HEX triplet: D0, C0 and 44. RGB value is (208,192,68). Sum of RGB (Red+Green+Blue) = 208+192+68=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C044 is #2F3FBB. Grayscale: #B7B7B7. Windows color (decimal): -3096508 or 4505808. OLE color: 4505808.
HSL color Cylindrical-coordinate representation of color #D0C044: hue angle of 53.14º 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 #D0C044 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 68 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.18 |
| HSL | 53.14º | 0.6% | 0.54% | - |
| HSV(B) | 53.14º | 0.67% | 0.82% | - |
| XYZ | 45.91 | 51.53 | 12.99 | - |
| YUV | 182.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 68 | 0 | 0.08 | 0.67 | 0.18 | 53.14 | 0.6 | 0.54 |
| Hex | D0 | C0 | 44 | 0 | 8 | 43 | 12 | 35 | 3C | 36 |
| Octal | 320 | 300 | 104 | 0 | 10 | 103 | 22 | 65 | 74 | 66 |
| Binary | 11010000 | 11000000 | 1000100 | 0 | 1000 | 1000011 | 10010 | 110101 | 111100 | 110110 |
Color Harmonies of #D0C044
Complementary color
Monochromatic Colors of #D0C044
Black with #D0C044
Text Example
Text Example
White with #D0C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C044; }
p { color: rgb(208,192,68); }
H1.HeaderClassName
{
color: #D0C044;
}
.AnyTagClassName
{
color: #D0C044;
}
</style>
background-color css
<style>
a { background-color: #D0C044; }
a { background-color: rgb(208,192,68); }
div.DivClassName
{
background-color: #D0C044;
}
.BgClassName
{
background-color: #D0C044;
}
</style>
border-color css
<style>
span { border-color: #D0C044; }
span { border-color: rgb(208,192,68); }
td.TdClassName
{
border-color: #D0C044;
}
.TagClassName
{
border-color: #D0C044;
}
</style>