Shades of Wattle #DBC834
Tints of Wattle #DBC834
RGB
CMYK
RGB Variations
Color information
#DBC834 (or 0xDBC834) is known color: Wattle. HEX triplet: DB, C8 and 34. RGB value is (219,200,52). Sum of RGB (Red+Green+Blue) = 219+200+52=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC834 is #2437CB. Grayscale: #BDBDBD. Windows color (decimal): -2373580 or 3459291. OLE color: 3459291.
HSL color Cylindrical-coordinate representation of color #DBC834: hue angle of 53.17º 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 #DBC834 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 52 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.14 |
| HSL | 53.17º | 0.7% | 0.53% | - |
| HSV(B) | 53.17º | 0.76% | 0.86% | - |
| XYZ | 50.49 | 56.62 | 11.52 | - |
| YUV | 188.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 52 | 0 | 0.09 | 0.76 | 0.14 | 53.17 | 0.7 | 0.53 |
| Hex | DB | C8 | 34 | 0 | 9 | 4C | E | 35 | 46 | 35 |
| Octal | 333 | 310 | 64 | 0 | 11 | 114 | 16 | 65 | 106 | 65 |
| Binary | 11011011 | 11001000 | 110100 | 0 | 1001 | 1001100 | 1110 | 110101 | 1000110 | 110101 |
Color Harmonies of #DBC834
Complementary color
Monochromatic Colors of #DBC834
Black with #DBC834
Text Example
Text Example
White with #DBC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC834; }
p { color: rgb(219,200,52); }
H1.HeaderClassName
{
color: #DBC834;
}
.AnyTagClassName
{
color: #DBC834;
}
</style>
background-color css
<style>
a { background-color: #DBC834; }
a { background-color: rgb(219,200,52); }
div.DivClassName
{
background-color: #DBC834;
}
.BgClassName
{
background-color: #DBC834;
}
</style>
border-color css
<style>
span { border-color: #DBC834; }
span { border-color: rgb(219,200,52); }
td.TdClassName
{
border-color: #DBC834;
}
.TagClassName
{
border-color: #DBC834;
}
</style>