Shades of Wattle #DBC63F
Tints of Wattle #DBC63F
RGB
CMYK
RGB Variations
Color information
#DBC63F (or 0xDBC63F) is known color: Wattle. HEX triplet: DB, C6 and 3F. RGB value is (219,198,63). Sum of RGB (Red+Green+Blue) = 219+198+63=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC63F is #2439C0. Grayscale: #BDBDBD. Windows color (decimal): -2374081 or 4179675. OLE color: 4179675.
HSL color Cylindrical-coordinate representation of color #DBC63F: hue angle of 51.92º 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 #DBC63F is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 63 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.14 |
| HSL | 51.92º | 0.68% | 0.55% | - |
| HSV(B) | 51.92º | 0.71% | 0.86% | - |
| XYZ | 50.3 | 55.81 | 12.82 | - |
| YUV | 188.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 63 | 0 | 0.10 | 0.71 | 0.14 | 51.92 | 0.68 | 0.55 |
| Hex | DB | C6 | 3F | 0 | A | 47 | E | 34 | 44 | 37 |
| Octal | 333 | 306 | 77 | 0 | 12 | 107 | 16 | 64 | 104 | 67 |
| Binary | 11011011 | 11000110 | 111111 | 0 | 1010 | 1000111 | 1110 | 110100 | 1000100 | 110111 |
Color Harmonies of #DBC63F
Complementary color
Monochromatic Colors of #DBC63F
Black with #DBC63F
Text Example
Text Example
White with #DBC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC63F; }
p { color: rgb(219,198,63); }
H1.HeaderClassName
{
color: #DBC63F;
}
.AnyTagClassName
{
color: #DBC63F;
}
</style>
background-color css
<style>
a { background-color: #DBC63F; }
a { background-color: rgb(219,198,63); }
div.DivClassName
{
background-color: #DBC63F;
}
.BgClassName
{
background-color: #DBC63F;
}
</style>
border-color css
<style>
span { border-color: #DBC63F; }
span { border-color: rgb(219,198,63); }
td.TdClassName
{
border-color: #DBC63F;
}
.TagClassName
{
border-color: #DBC63F;
}
</style>