Shades of Wattle #DBC034
Tints of Wattle #DBC034
RGB
CMYK
RGB Variations
Color information
#DBC034 (or 0xDBC034) is known color: Wattle. HEX triplet: DB, C0 and 34. RGB value is (219,192,52). Sum of RGB (Red+Green+Blue) = 219+192+52=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC034 is #243FCB. Grayscale: #B8B8B8. Windows color (decimal): -2375628 or 3457243. OLE color: 3457243.
HSL color Cylindrical-coordinate representation of color #DBC034: hue angle of 50.3º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBC034 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 52 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.14 |
| HSL | 50.3º | 0.7% | 0.53% | - |
| HSV(B) | 50.3º | 0.76% | 0.86% | - |
| XYZ | 48.68 | 53.01 | 10.91 | - |
| YUV | 184.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 52 | 0 | 0.12 | 0.76 | 0.14 | 50.3 | 0.7 | 0.53 |
| Hex | DB | C0 | 34 | 0 | C | 4C | E | 32 | 46 | 35 |
| Octal | 333 | 300 | 64 | 0 | 14 | 114 | 16 | 62 | 106 | 65 |
| Binary | 11011011 | 11000000 | 110100 | 0 | 1100 | 1001100 | 1110 | 110010 | 1000110 | 110101 |
Color Harmonies of #DBC034
Complementary color
Monochromatic Colors of #DBC034
Black with #DBC034
Text Example
Text Example
White with #DBC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC034; }
p { color: rgb(219,192,52); }
H1.HeaderClassName
{
color: #DBC034;
}
.AnyTagClassName
{
color: #DBC034;
}
</style>
background-color css
<style>
a { background-color: #DBC034; }
a { background-color: rgb(219,192,52); }
div.DivClassName
{
background-color: #DBC034;
}
.BgClassName
{
background-color: #DBC034;
}
</style>
border-color css
<style>
span { border-color: #DBC034; }
span { border-color: rgb(219,192,52); }
td.TdClassName
{
border-color: #DBC034;
}
.TagClassName
{
border-color: #DBC034;
}
</style>