Shades of Wattle #DBCB3A
Tints of Wattle #DBCB3A
RGB
CMYK
RGB Variations
Color information
#DBCB3A (or 0xDBCB3A) is known color: Wattle. HEX triplet: DB, CB and 3A. RGB value is (219,203,58). Sum of RGB (Red+Green+Blue) = 219+203+58=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB3A is #2434C5. Grayscale: #BFBFBF. Windows color (decimal): -2372806 or 3853275. OLE color: 3853275.
HSL color Cylindrical-coordinate representation of color #DBCB3A: hue angle of 54.04º 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 #DBCB3A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 58 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.14 |
| HSL | 54.04º | 0.69% | 0.54% | - |
| HSV(B) | 54.04º | 0.74% | 0.86% | - |
| XYZ | 51.33 | 58.08 | 12.51 | - |
| YUV | 191.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 58 | 0 | 0.07 | 0.74 | 0.14 | 54.04 | 0.69 | 0.54 |
| Hex | DB | CB | 3A | 0 | 7 | 4A | E | 36 | 45 | 36 |
| Octal | 333 | 313 | 72 | 0 | 7 | 112 | 16 | 66 | 105 | 66 |
| Binary | 11011011 | 11001011 | 111010 | 0 | 111 | 1001010 | 1110 | 110110 | 1000101 | 110110 |
Color Harmonies of #DBCB3A
Complementary color
Monochromatic Colors of #DBCB3A
Black with #DBCB3A
Text Example
Text Example
White with #DBCB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB3A; }
p { color: rgb(219,203,58); }
H1.HeaderClassName
{
color: #DBCB3A;
}
.AnyTagClassName
{
color: #DBCB3A;
}
</style>
background-color css
<style>
a { background-color: #DBCB3A; }
a { background-color: rgb(219,203,58); }
div.DivClassName
{
background-color: #DBCB3A;
}
.BgClassName
{
background-color: #DBCB3A;
}
</style>
border-color css
<style>
span { border-color: #DBCB3A; }
span { border-color: rgb(219,203,58); }
td.TdClassName
{
border-color: #DBCB3A;
}
.TagClassName
{
border-color: #DBCB3A;
}
</style>