Shades of Wattle #DBC33B
Tints of Wattle #DBC33B
RGB
CMYK
RGB Variations
Color information
#DBC33B (or 0xDBC33B) is known color: Wattle. HEX triplet: DB, C3 and 3B. RGB value is (219,195,59). Sum of RGB (Red+Green+Blue) = 219+195+59=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC33B is #243CC4. Grayscale: #BBBBBB. Windows color (decimal): -2374853 or 3916763. OLE color: 3916763.
HSL color Cylindrical-coordinate representation of color #DBC33B: hue angle of 51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBC33B is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 59 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.14 |
| HSL | 51º | 0.69% | 0.55% | - |
| HSV(B) | 51º | 0.73% | 0.86% | - |
| XYZ | 49.52 | 54.41 | 12.03 | - |
| YUV | 186.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 59 | 0 | 0.11 | 0.73 | 0.14 | 51 | 0.69 | 0.55 |
| Hex | DB | C3 | 3B | 0 | B | 49 | E | 33 | 45 | 37 |
| Octal | 333 | 303 | 73 | 0 | 13 | 111 | 16 | 63 | 105 | 67 |
| Binary | 11011011 | 11000011 | 111011 | 0 | 1011 | 1001001 | 1110 | 110011 | 1000101 | 110111 |
Color Harmonies of #DBC33B
Complementary color
Monochromatic Colors of #DBC33B
Black with #DBC33B
Text Example
Text Example
White with #DBC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC33B; }
p { color: rgb(219,195,59); }
H1.HeaderClassName
{
color: #DBC33B;
}
.AnyTagClassName
{
color: #DBC33B;
}
</style>
background-color css
<style>
a { background-color: #DBC33B; }
a { background-color: rgb(219,195,59); }
div.DivClassName
{
background-color: #DBC33B;
}
.BgClassName
{
background-color: #DBC33B;
}
</style>
border-color css
<style>
span { border-color: #DBC33B; }
span { border-color: rgb(219,195,59); }
td.TdClassName
{
border-color: #DBC33B;
}
.TagClassName
{
border-color: #DBC33B;
}
</style>