Shades of Wattle #DBC33A
Tints of Wattle #DBC33A
RGB
CMYK
RGB Variations
Color information
#DBC33A (or 0xDBC33A) is known color: Wattle. HEX triplet: DB, C3 and 3A. RGB value is (219,195,58). Sum of RGB (Red+Green+Blue) = 219+195+58=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC33A is #243CC5. Grayscale: #BBBBBB. Windows color (decimal): -2374854 or 3851227. OLE color: 3851227.
HSL color Cylindrical-coordinate representation of color #DBC33A: hue angle of 51.06º 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 #DBC33A is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 58 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.14 |
| HSL | 51.06º | 0.69% | 0.54% | - |
| HSV(B) | 51.06º | 0.74% | 0.86% | - |
| XYZ | 49.49 | 54.4 | 11.89 | - |
| YUV | 186.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 58 | 0 | 0.11 | 0.74 | 0.14 | 51.06 | 0.69 | 0.54 |
| Hex | DB | C3 | 3A | 0 | B | 4A | E | 33 | 45 | 36 |
| Octal | 333 | 303 | 72 | 0 | 13 | 112 | 16 | 63 | 105 | 66 |
| Binary | 11011011 | 11000011 | 111010 | 0 | 1011 | 1001010 | 1110 | 110011 | 1000101 | 110110 |
Color Harmonies of #DBC33A
Complementary color
Monochromatic Colors of #DBC33A
Black with #DBC33A
Text Example
Text Example
White with #DBC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC33A; }
p { color: rgb(219,195,58); }
H1.HeaderClassName
{
color: #DBC33A;
}
.AnyTagClassName
{
color: #DBC33A;
}
</style>
background-color css
<style>
a { background-color: #DBC33A; }
a { background-color: rgb(219,195,58); }
div.DivClassName
{
background-color: #DBC33A;
}
.BgClassName
{
background-color: #DBC33A;
}
</style>
border-color css
<style>
span { border-color: #DBC33A; }
span { border-color: rgb(219,195,58); }
td.TdClassName
{
border-color: #DBC33A;
}
.TagClassName
{
border-color: #DBC33A;
}
</style>