Shades of Wattle #DBC230
Tints of Wattle #DBC230
RGB
CMYK
RGB Variations
Color information
#DBC230 (or 0xDBC230) is known color: Wattle. HEX triplet: DB, C2 and 30. RGB value is (219,194,48). Sum of RGB (Red+Green+Blue) = 219+194+48=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC230 is #243DCF. Grayscale: #B9B9B9. Windows color (decimal): -2375120 or 3195611. OLE color: 3195611.
HSL color Cylindrical-coordinate representation of color #DBC230: hue angle of 51.23º 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 #DBC230 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 48 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.14 |
| HSL | 51.23º | 0.7% | 0.52% | - |
| HSV(B) | 51.23º | 0.78% | 0.86% | - |
| XYZ | 49.04 | 53.86 | 10.61 | - |
| YUV | 184.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 48 | 0 | 0.11 | 0.78 | 0.14 | 51.23 | 0.7 | 0.52 |
| Hex | DB | C2 | 30 | 0 | B | 4E | E | 33 | 46 | 34 |
| Octal | 333 | 302 | 60 | 0 | 13 | 116 | 16 | 63 | 106 | 64 |
| Binary | 11011011 | 11000010 | 110000 | 0 | 1011 | 1001110 | 1110 | 110011 | 1000110 | 110100 |
Color Harmonies of #DBC230
Complementary color
Monochromatic Colors of #DBC230
Black with #DBC230
Text Example
Text Example
White with #DBC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC230; }
p { color: rgb(219,194,48); }
H1.HeaderClassName
{
color: #DBC230;
}
.AnyTagClassName
{
color: #DBC230;
}
</style>
background-color css
<style>
a { background-color: #DBC230; }
a { background-color: rgb(219,194,48); }
div.DivClassName
{
background-color: #DBC230;
}
.BgClassName
{
background-color: #DBC230;
}
</style>
border-color css
<style>
span { border-color: #DBC230; }
span { border-color: rgb(219,194,48); }
td.TdClassName
{
border-color: #DBC230;
}
.TagClassName
{
border-color: #DBC230;
}
</style>