Shades of Wattle #DBCB3C
Tints of Wattle #DBCB3C
RGB
CMYK
RGB Variations
Color information
#DBCB3C (or 0xDBCB3C) is known color: Wattle. HEX triplet: DB, CB and 3C. RGB value is (219,203,60). Sum of RGB (Red+Green+Blue) = 219+203+60=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB3C is #2434C3. Grayscale: #C0C0C0. Windows color (decimal): -2372804 or 3984347. OLE color: 3984347.
HSL color Cylindrical-coordinate representation of color #DBCB3C: hue angle of 53.96º 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 #DBCB3C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 60 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.14 |
| HSL | 53.96º | 0.69% | 0.55% | - |
| HSV(B) | 53.96º | 0.73% | 0.86% | - |
| XYZ | 51.38 | 58.1 | 12.78 | - |
| YUV | 191.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 60 | 0 | 0.07 | 0.73 | 0.14 | 53.96 | 0.69 | 0.55 |
| Hex | DB | CB | 3C | 0 | 7 | 49 | E | 36 | 45 | 37 |
| Octal | 333 | 313 | 74 | 0 | 7 | 111 | 16 | 66 | 105 | 67 |
| Binary | 11011011 | 11001011 | 111100 | 0 | 111 | 1001001 | 1110 | 110110 | 1000101 | 110111 |
Color Harmonies of #DBCB3C
Complementary color
Monochromatic Colors of #DBCB3C
Black with #DBCB3C
Text Example
Text Example
White with #DBCB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB3C; }
p { color: rgb(219,203,60); }
H1.HeaderClassName
{
color: #DBCB3C;
}
.AnyTagClassName
{
color: #DBCB3C;
}
</style>
background-color css
<style>
a { background-color: #DBCB3C; }
a { background-color: rgb(219,203,60); }
div.DivClassName
{
background-color: #DBCB3C;
}
.BgClassName
{
background-color: #DBCB3C;
}
</style>
border-color css
<style>
span { border-color: #DBCB3C; }
span { border-color: rgb(219,203,60); }
td.TdClassName
{
border-color: #DBCB3C;
}
.TagClassName
{
border-color: #DBCB3C;
}
</style>