Shades of Wattle #DBC136
Tints of Wattle #DBC136
RGB
CMYK
RGB Variations
Color information
#DBC136 (or 0xDBC136) is known color: Wattle. HEX triplet: DB, C1 and 36. RGB value is (219,193,54). Sum of RGB (Red+Green+Blue) = 219+193+54=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC136 is #243EC9. Grayscale: #B9B9B9. Windows color (decimal): -2375370 or 3588571. OLE color: 3588571.
HSL color Cylindrical-coordinate representation of color #DBC136: hue angle of 50.55º 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 #DBC136 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 54 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.14 |
| HSL | 50.55º | 0.7% | 0.54% | - |
| HSV(B) | 50.55º | 0.75% | 0.86% | - |
| XYZ | 48.95 | 53.47 | 11.23 | - |
| YUV | 184.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 54 | 0 | 0.12 | 0.75 | 0.14 | 50.55 | 0.7 | 0.54 |
| Hex | DB | C1 | 36 | 0 | C | 4B | E | 33 | 46 | 36 |
| Octal | 333 | 301 | 66 | 0 | 14 | 113 | 16 | 63 | 106 | 66 |
| Binary | 11011011 | 11000001 | 110110 | 0 | 1100 | 1001011 | 1110 | 110011 | 1000110 | 110110 |
Color Harmonies of #DBC136
Complementary color
Monochromatic Colors of #DBC136
Black with #DBC136
Text Example
Text Example
White with #DBC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC136; }
p { color: rgb(219,193,54); }
H1.HeaderClassName
{
color: #DBC136;
}
.AnyTagClassName
{
color: #DBC136;
}
</style>
background-color css
<style>
a { background-color: #DBC136; }
a { background-color: rgb(219,193,54); }
div.DivClassName
{
background-color: #DBC136;
}
.BgClassName
{
background-color: #DBC136;
}
</style>
border-color css
<style>
span { border-color: #DBC136; }
span { border-color: rgb(219,193,54); }
td.TdClassName
{
border-color: #DBC136;
}
.TagClassName
{
border-color: #DBC136;
}
</style>