Shades of Wattle #DBCB39
Tints of Wattle #DBCB39
RGB
CMYK
RGB Variations
Color information
#DBCB39 (or 0xDBCB39) is known color: Wattle. HEX triplet: DB, CB and 39. RGB value is (219,203,57). Sum of RGB (Red+Green+Blue) = 219+203+57=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB39 is #2434C6. Grayscale: #BFBFBF. Windows color (decimal): -2372807 or 3787739. OLE color: 3787739.
HSL color Cylindrical-coordinate representation of color #DBCB39: hue angle of 54.07º 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 #DBCB39 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 57 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.14 |
| HSL | 54.07º | 0.69% | 0.54% | - |
| HSV(B) | 54.07º | 0.74% | 0.86% | - |
| XYZ | 51.31 | 58.07 | 12.37 | - |
| YUV | 191.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 57 | 0 | 0.07 | 0.74 | 0.14 | 54.07 | 0.69 | 0.54 |
| Hex | DB | CB | 39 | 0 | 7 | 4A | E | 36 | 45 | 36 |
| Octal | 333 | 313 | 71 | 0 | 7 | 112 | 16 | 66 | 105 | 66 |
| Binary | 11011011 | 11001011 | 111001 | 0 | 111 | 1001010 | 1110 | 110110 | 1000101 | 110110 |
Color Harmonies of #DBCB39
Complementary color
Monochromatic Colors of #DBCB39
Black with #DBCB39
Text Example
Text Example
White with #DBCB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB39; }
p { color: rgb(219,203,57); }
H1.HeaderClassName
{
color: #DBCB39;
}
.AnyTagClassName
{
color: #DBCB39;
}
</style>
background-color css
<style>
a { background-color: #DBCB39; }
a { background-color: rgb(219,203,57); }
div.DivClassName
{
background-color: #DBCB39;
}
.BgClassName
{
background-color: #DBCB39;
}
</style>
border-color css
<style>
span { border-color: #DBCB39; }
span { border-color: rgb(219,203,57); }
td.TdClassName
{
border-color: #DBCB39;
}
.TagClassName
{
border-color: #DBCB39;
}
</style>