Shades of Wattle #DBC030
Tints of Wattle #DBC030
RGB
CMYK
RGB Variations
Color information
#DBC030 (or 0xDBC030) is known color: Wattle. HEX triplet: DB, C0 and 30. RGB value is (219,192,48). Sum of RGB (Red+Green+Blue) = 219+192+48=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC030 is #243FCF. Grayscale: #B8B8B8. Windows color (decimal): -2375632 or 3195099. OLE color: 3195099.
HSL color Cylindrical-coordinate representation of color #DBC030: hue angle of 50.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBC030 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 48 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.14 |
| HSL | 50.53º | 0.7% | 0.52% | - |
| HSV(B) | 50.53º | 0.78% | 0.86% | - |
| XYZ | 48.6 | 52.97 | 10.46 | - |
| YUV | 183.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 48 | 0 | 0.12 | 0.78 | 0.14 | 50.53 | 0.7 | 0.52 |
| Hex | DB | C0 | 30 | 0 | C | 4E | E | 33 | 46 | 34 |
| Octal | 333 | 300 | 60 | 0 | 14 | 116 | 16 | 63 | 106 | 64 |
| Binary | 11011011 | 11000000 | 110000 | 0 | 1100 | 1001110 | 1110 | 110011 | 1000110 | 110100 |
Color Harmonies of #DBC030
Complementary color
Monochromatic Colors of #DBC030
Black with #DBC030
Text Example
Text Example
White with #DBC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC030; }
p { color: rgb(219,192,48); }
H1.HeaderClassName
{
color: #DBC030;
}
.AnyTagClassName
{
color: #DBC030;
}
</style>
background-color css
<style>
a { background-color: #DBC030; }
a { background-color: rgb(219,192,48); }
div.DivClassName
{
background-color: #DBC030;
}
.BgClassName
{
background-color: #DBC030;
}
</style>
border-color css
<style>
span { border-color: #DBC030; }
span { border-color: rgb(219,192,48); }
td.TdClassName
{
border-color: #DBC030;
}
.TagClassName
{
border-color: #DBC030;
}
</style>