Shades of Wattle #DBC037
Tints of Wattle #DBC037
RGB
CMYK
RGB Variations
Color information
#DBC037 (or 0xDBC037) is known color: Wattle. HEX triplet: DB, C0 and 37. RGB value is (219,192,55). Sum of RGB (Red+Green+Blue) = 219+192+55=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC037 is #243FC8. Grayscale: #B9B9B9. Windows color (decimal): -2375625 or 3653851. OLE color: 3653851.
HSL color Cylindrical-coordinate representation of color #DBC037: hue angle of 50.12º degrees, saturation: 0.69, 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 #DBC037 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 55 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.14 |
| HSL | 50.12º | 0.69% | 0.54% | - |
| HSV(B) | 50.12º | 0.75% | 0.86% | - |
| XYZ | 48.75 | 53.04 | 11.28 | - |
| YUV | 184.46 | 54.95 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 55 | 0 | 0.12 | 0.75 | 0.14 | 50.12 | 0.69 | 0.54 |
| Hex | DB | C0 | 37 | 0 | C | 4B | E | 32 | 45 | 36 |
| Octal | 333 | 300 | 67 | 0 | 14 | 113 | 16 | 62 | 105 | 66 |
| Binary | 11011011 | 11000000 | 110111 | 0 | 1100 | 1001011 | 1110 | 110010 | 1000101 | 110110 |
Color Harmonies of #DBC037
Complementary color
Monochromatic Colors of #DBC037
Black with #DBC037
Text Example
Text Example
White with #DBC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC037; }
p { color: rgb(219,192,55); }
H1.HeaderClassName
{
color: #DBC037;
}
.AnyTagClassName
{
color: #DBC037;
}
</style>
background-color css
<style>
a { background-color: #DBC037; }
a { background-color: rgb(219,192,55); }
div.DivClassName
{
background-color: #DBC037;
}
.BgClassName
{
background-color: #DBC037;
}
</style>
border-color css
<style>
span { border-color: #DBC037; }
span { border-color: rgb(219,192,55); }
td.TdClassName
{
border-color: #DBC037;
}
.TagClassName
{
border-color: #DBC037;
}
</style>