Shades of Wattle #DBC937
Tints of Wattle #DBC937
RGB
CMYK
RGB Variations
Color information
#DBC937 (or 0xDBC937) is known color: Wattle. HEX triplet: DB, C9 and 37. RGB value is (219,201,55). Sum of RGB (Red+Green+Blue) = 219+201+55=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC937 is #2436C8. Grayscale: #BEBEBE. Windows color (decimal): -2373321 or 3656155. OLE color: 3656155.
HSL color Cylindrical-coordinate representation of color #DBC937: hue angle of 53.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBC937 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 55 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.14 |
| HSL | 53.41º | 0.69% | 0.54% | - |
| HSV(B) | 53.41º | 0.75% | 0.86% | - |
| XYZ | 50.79 | 57.11 | 11.96 | - |
| YUV | 189.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 55 | 0 | 0.08 | 0.75 | 0.14 | 53.41 | 0.69 | 0.54 |
| Hex | DB | C9 | 37 | 0 | 8 | 4B | E | 35 | 45 | 36 |
| Octal | 333 | 311 | 67 | 0 | 10 | 113 | 16 | 65 | 105 | 66 |
| Binary | 11011011 | 11001001 | 110111 | 0 | 1000 | 1001011 | 1110 | 110101 | 1000101 | 110110 |
Color Harmonies of #DBC937
Complementary color
Monochromatic Colors of #DBC937
Black with #DBC937
Text Example
Text Example
White with #DBC937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC937; }
p { color: rgb(219,201,55); }
H1.HeaderClassName
{
color: #DBC937;
}
.AnyTagClassName
{
color: #DBC937;
}
</style>
background-color css
<style>
a { background-color: #DBC937; }
a { background-color: rgb(219,201,55); }
div.DivClassName
{
background-color: #DBC937;
}
.BgClassName
{
background-color: #DBC937;
}
</style>
border-color css
<style>
span { border-color: #DBC937; }
span { border-color: rgb(219,201,55); }
td.TdClassName
{
border-color: #DBC937;
}
.TagClassName
{
border-color: #DBC937;
}
</style>