Shades of Wattle #DBC231
Tints of Wattle #DBC231
RGB
CMYK
RGB Variations
Color information
#DBC231 (or 0xDBC231) is known color: Wattle. HEX triplet: DB, C2 and 31. RGB value is (219,194,49). Sum of RGB (Red+Green+Blue) = 219+194+49=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC231 is #243DCE. Grayscale: #B9B9B9. Windows color (decimal): -2375119 or 3261147. OLE color: 3261147.
HSL color Cylindrical-coordinate representation of color #DBC231: hue angle of 51.18º 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 #DBC231 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 49 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.14 |
| HSL | 51.18º | 0.7% | 0.53% | - |
| HSV(B) | 51.18º | 0.78% | 0.86% | - |
| XYZ | 49.06 | 53.87 | 10.72 | - |
| YUV | 184.95 | 51.28 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 49 | 0 | 0.11 | 0.78 | 0.14 | 51.18 | 0.7 | 0.53 |
| Hex | DB | C2 | 31 | 0 | B | 4E | E | 33 | 46 | 35 |
| Octal | 333 | 302 | 61 | 0 | 13 | 116 | 16 | 63 | 106 | 65 |
| Binary | 11011011 | 11000010 | 110001 | 0 | 1011 | 1001110 | 1110 | 110011 | 1000110 | 110101 |
Color Harmonies of #DBC231
Complementary color
Monochromatic Colors of #DBC231
Black with #DBC231
Text Example
Text Example
White with #DBC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC231; }
p { color: rgb(219,194,49); }
H1.HeaderClassName
{
color: #DBC231;
}
.AnyTagClassName
{
color: #DBC231;
}
</style>
background-color css
<style>
a { background-color: #DBC231; }
a { background-color: rgb(219,194,49); }
div.DivClassName
{
background-color: #DBC231;
}
.BgClassName
{
background-color: #DBC231;
}
</style>
border-color css
<style>
span { border-color: #DBC231; }
span { border-color: rgb(219,194,49); }
td.TdClassName
{
border-color: #DBC231;
}
.TagClassName
{
border-color: #DBC231;
}
</style>