Shades of Wattle #DBC036
Tints of Wattle #DBC036
RGB
CMYK
RGB Variations
Color information
#DBC036 (or 0xDBC036) is known color: Wattle. HEX triplet: DB, C0 and 36. RGB value is (219,192,54). Sum of RGB (Red+Green+Blue) = 219+192+54=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC036 is #243FC9. Grayscale: #B8B8B8. Windows color (decimal): -2375626 or 3588315. OLE color: 3588315.
HSL color Cylindrical-coordinate representation of color #DBC036: hue angle of 50.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBC036 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 54 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.14 |
| HSL | 50.18º | 0.7% | 0.54% | - |
| HSV(B) | 50.18º | 0.75% | 0.86% | - |
| XYZ | 48.73 | 53.03 | 11.16 | - |
| YUV | 184.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 54 | 0 | 0.12 | 0.75 | 0.14 | 50.18 | 0.7 | 0.54 |
| Hex | DB | C0 | 36 | 0 | C | 4B | E | 32 | 46 | 36 |
| Octal | 333 | 300 | 66 | 0 | 14 | 113 | 16 | 62 | 106 | 66 |
| Binary | 11011011 | 11000000 | 110110 | 0 | 1100 | 1001011 | 1110 | 110010 | 1000110 | 110110 |
Color Harmonies of #DBC036
Complementary color
Monochromatic Colors of #DBC036
Black with #DBC036
Text Example
Text Example
White with #DBC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC036; }
p { color: rgb(219,192,54); }
H1.HeaderClassName
{
color: #DBC036;
}
.AnyTagClassName
{
color: #DBC036;
}
</style>
background-color css
<style>
a { background-color: #DBC036; }
a { background-color: rgb(219,192,54); }
div.DivClassName
{
background-color: #DBC036;
}
.BgClassName
{
background-color: #DBC036;
}
</style>
border-color css
<style>
span { border-color: #DBC036; }
span { border-color: rgb(219,192,54); }
td.TdClassName
{
border-color: #DBC036;
}
.TagClassName
{
border-color: #DBC036;
}
</style>