Shades of Wattle #DBCB3F
Tints of Wattle #DBCB3F
RGB
CMYK
RGB Variations
Color information
#DBCB3F (or 0xDBCB3F) is known color: Wattle. HEX triplet: DB, CB and 3F. RGB value is (219,203,63). Sum of RGB (Red+Green+Blue) = 219+203+63=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB3F is #2434C0. Grayscale: #C0C0C0. Windows color (decimal): -2372801 or 4180955. OLE color: 4180955.
HSL color Cylindrical-coordinate representation of color #DBCB3F: hue angle of 53.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBCB3F is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 63 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.14 |
| HSL | 53.85º | 0.68% | 0.55% | - |
| HSV(B) | 53.85º | 0.71% | 0.86% | - |
| XYZ | 51.47 | 58.13 | 13.21 | - |
| YUV | 191.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 63 | 0 | 0.07 | 0.71 | 0.14 | 53.85 | 0.68 | 0.55 |
| Hex | DB | CB | 3F | 0 | 7 | 47 | E | 36 | 44 | 37 |
| Octal | 333 | 313 | 77 | 0 | 7 | 107 | 16 | 66 | 104 | 67 |
| Binary | 11011011 | 11001011 | 111111 | 0 | 111 | 1000111 | 1110 | 110110 | 1000100 | 110111 |
Color Harmonies of #DBCB3F
Complementary color
Monochromatic Colors of #DBCB3F
Black with #DBCB3F
Text Example
Text Example
White with #DBCB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB3F; }
p { color: rgb(219,203,63); }
H1.HeaderClassName
{
color: #DBCB3F;
}
.AnyTagClassName
{
color: #DBCB3F;
}
</style>
background-color css
<style>
a { background-color: #DBCB3F; }
a { background-color: rgb(219,203,63); }
div.DivClassName
{
background-color: #DBCB3F;
}
.BgClassName
{
background-color: #DBCB3F;
}
</style>
border-color css
<style>
span { border-color: #DBCB3F; }
span { border-color: rgb(219,203,63); }
td.TdClassName
{
border-color: #DBCB3F;
}
.TagClassName
{
border-color: #DBCB3F;
}
</style>