Shades of Wattle #DBC031
Tints of Wattle #DBC031
RGB
CMYK
RGB Variations
Color information
#DBC031 (or 0xDBC031) is known color: Wattle. HEX triplet: DB, C0 and 31. RGB value is (219,192,49). Sum of RGB (Red+Green+Blue) = 219+192+49=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC031 is #243FCE. Grayscale: #B8B8B8. Windows color (decimal): -2375631 or 3260635. OLE color: 3260635.
HSL color Cylindrical-coordinate representation of color #DBC031: hue angle of 50.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBC031 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 49 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.14 |
| HSL | 50.47º | 0.7% | 0.53% | - |
| HSV(B) | 50.47º | 0.78% | 0.86% | - |
| XYZ | 48.62 | 52.98 | 10.57 | - |
| YUV | 183.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 49 | 0 | 0.12 | 0.78 | 0.14 | 50.47 | 0.7 | 0.53 |
| Hex | DB | C0 | 31 | 0 | C | 4E | E | 32 | 46 | 35 |
| Octal | 333 | 300 | 61 | 0 | 14 | 116 | 16 | 62 | 106 | 65 |
| Binary | 11011011 | 11000000 | 110001 | 0 | 1100 | 1001110 | 1110 | 110010 | 1000110 | 110101 |
Color Harmonies of #DBC031
Complementary color
Monochromatic Colors of #DBC031
Black with #DBC031
Text Example
Text Example
White with #DBC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC031; }
p { color: rgb(219,192,49); }
H1.HeaderClassName
{
color: #DBC031;
}
.AnyTagClassName
{
color: #DBC031;
}
</style>
background-color css
<style>
a { background-color: #DBC031; }
a { background-color: rgb(219,192,49); }
div.DivClassName
{
background-color: #DBC031;
}
.BgClassName
{
background-color: #DBC031;
}
</style>
border-color css
<style>
span { border-color: #DBC031; }
span { border-color: rgb(219,192,49); }
td.TdClassName
{
border-color: #DBC031;
}
.TagClassName
{
border-color: #DBC031;
}
</style>