Shades of Wattle #DBC735
Tints of Wattle #DBC735
RGB
CMYK
RGB Variations
Color information
#DBC735 (or 0xDBC735) is known color: Wattle. HEX triplet: DB, C7 and 35. RGB value is (219,199,53). Sum of RGB (Red+Green+Blue) = 219+199+53=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC735 is #2438CA. Grayscale: #BCBCBC. Windows color (decimal): -2373835 or 3524571. OLE color: 3524571.
HSL color Cylindrical-coordinate representation of color #DBC735: hue angle of 52.77º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBC735 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 53 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.14 |
| HSL | 52.77º | 0.7% | 0.53% | - |
| HSV(B) | 52.77º | 0.76% | 0.86% | - |
| XYZ | 50.28 | 56.16 | 11.56 | - |
| YUV | 188.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 53 | 0 | 0.09 | 0.76 | 0.14 | 52.77 | 0.7 | 0.53 |
| Hex | DB | C7 | 35 | 0 | 9 | 4C | E | 35 | 46 | 35 |
| Octal | 333 | 307 | 65 | 0 | 11 | 114 | 16 | 65 | 106 | 65 |
| Binary | 11011011 | 11000111 | 110101 | 0 | 1001 | 1001100 | 1110 | 110101 | 1000110 | 110101 |
Color Harmonies of #DBC735
Complementary color
Monochromatic Colors of #DBC735
Black with #DBC735
Text Example
Text Example
White with #DBC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC735; }
p { color: rgb(219,199,53); }
H1.HeaderClassName
{
color: #DBC735;
}
.AnyTagClassName
{
color: #DBC735;
}
</style>
background-color css
<style>
a { background-color: #DBC735; }
a { background-color: rgb(219,199,53); }
div.DivClassName
{
background-color: #DBC735;
}
.BgClassName
{
background-color: #DBC735;
}
</style>
border-color css
<style>
span { border-color: #DBC735; }
span { border-color: rgb(219,199,53); }
td.TdClassName
{
border-color: #DBC735;
}
.TagClassName
{
border-color: #DBC735;
}
</style>