Shades of Wattle #DBC731
Tints of Wattle #DBC731
RGB
CMYK
RGB Variations
Color information
#DBC731 (or 0xDBC731) is known color: Wattle. HEX triplet: DB, C7 and 31. RGB value is (219,199,49). Sum of RGB (Red+Green+Blue) = 219+199+49=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC731 is #2438CE. Grayscale: #BCBCBC. Windows color (decimal): -2373839 or 3262427. OLE color: 3262427.
HSL color Cylindrical-coordinate representation of color #DBC731: hue angle of 52.94º 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 #DBC731 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 49 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.14 |
| HSL | 52.94º | 0.7% | 0.53% | - |
| HSV(B) | 52.94º | 0.78% | 0.86% | - |
| XYZ | 50.19 | 56.13 | 11.09 | - |
| YUV | 187.88 | 49.63 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 49 | 0 | 0.09 | 0.78 | 0.14 | 52.94 | 0.7 | 0.53 |
| Hex | DB | C7 | 31 | 0 | 9 | 4E | E | 35 | 46 | 35 |
| Octal | 333 | 307 | 61 | 0 | 11 | 116 | 16 | 65 | 106 | 65 |
| Binary | 11011011 | 11000111 | 110001 | 0 | 1001 | 1001110 | 1110 | 110101 | 1000110 | 110101 |
Color Harmonies of #DBC731
Complementary color
Monochromatic Colors of #DBC731
Black with #DBC731
Text Example
Text Example
White with #DBC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC731; }
p { color: rgb(219,199,49); }
H1.HeaderClassName
{
color: #DBC731;
}
.AnyTagClassName
{
color: #DBC731;
}
</style>
background-color css
<style>
a { background-color: #DBC731; }
a { background-color: rgb(219,199,49); }
div.DivClassName
{
background-color: #DBC731;
}
.BgClassName
{
background-color: #DBC731;
}
</style>
border-color css
<style>
span { border-color: #DBC731; }
span { border-color: rgb(219,199,49); }
td.TdClassName
{
border-color: #DBC731;
}
.TagClassName
{
border-color: #DBC731;
}
</style>