Shades of Wattle #DBC839
Tints of Wattle #DBC839
RGB
CMYK
RGB Variations
Color information
#DBC839 (or 0xDBC839) is known color: Wattle. HEX triplet: DB, C8 and 39. RGB value is (219,200,57). Sum of RGB (Red+Green+Blue) = 219+200+57=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 57 (22.66% from 255 or 11.97% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC839 is #2437C6. Grayscale: #BDBDBD. Windows color (decimal): -2373575 or 3786971. OLE color: 3786971.
HSL color Cylindrical-coordinate representation of color #DBC839: hue angle of 52.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBC839 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 57 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.14 |
| HSL | 52.96º | 0.69% | 0.54% | - |
| HSV(B) | 52.96º | 0.74% | 0.86% | - |
| XYZ | 50.61 | 56.66 | 12.14 | - |
| YUV | 189.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 57 | 0 | 0.09 | 0.74 | 0.14 | 52.96 | 0.69 | 0.54 |
| Hex | DB | C8 | 39 | 0 | 9 | 4A | E | 35 | 45 | 36 |
| Octal | 333 | 310 | 71 | 0 | 11 | 112 | 16 | 65 | 105 | 66 |
| Binary | 11011011 | 11001000 | 111001 | 0 | 1001 | 1001010 | 1110 | 110101 | 1000101 | 110110 |
Color Harmonies of #DBC839
Complementary color
Monochromatic Colors of #DBC839
Black with #DBC839
Text Example
Text Example
White with #DBC839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC839; }
p { color: rgb(219,200,57); }
H1.HeaderClassName
{
color: #DBC839;
}
.AnyTagClassName
{
color: #DBC839;
}
</style>
background-color css
<style>
a { background-color: #DBC839; }
a { background-color: rgb(219,200,57); }
div.DivClassName
{
background-color: #DBC839;
}
.BgClassName
{
background-color: #DBC839;
}
</style>
border-color css
<style>
span { border-color: #DBC839; }
span { border-color: rgb(219,200,57); }
td.TdClassName
{
border-color: #DBC839;
}
.TagClassName
{
border-color: #DBC839;
}
</style>