Shades of Wattle #DBC236
Tints of Wattle #DBC236
RGB
CMYK
RGB Variations
Color information
#DBC236 (or 0xDBC236) is known color: Wattle. HEX triplet: DB, C2 and 36. RGB value is (219,194,54). Sum of RGB (Red+Green+Blue) = 219+194+54=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC236 is #243DC9. Grayscale: #BABABA. Windows color (decimal): -2375114 or 3588827. OLE color: 3588827.
HSL color Cylindrical-coordinate representation of color #DBC236: hue angle of 50.91º degrees, saturation: 0.7, 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 #DBC236 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 54 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.14 |
| HSL | 50.91º | 0.7% | 0.54% | - |
| HSV(B) | 50.91º | 0.75% | 0.86% | - |
| XYZ | 49.17 | 53.91 | 11.3 | - |
| YUV | 185.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 54 | 0 | 0.11 | 0.75 | 0.14 | 50.91 | 0.7 | 0.54 |
| Hex | DB | C2 | 36 | 0 | B | 4B | E | 33 | 46 | 36 |
| Octal | 333 | 302 | 66 | 0 | 13 | 113 | 16 | 63 | 106 | 66 |
| Binary | 11011011 | 11000010 | 110110 | 0 | 1011 | 1001011 | 1110 | 110011 | 1000110 | 110110 |
Color Harmonies of #DBC236
Complementary color
Monochromatic Colors of #DBC236
Black with #DBC236
Text Example
Text Example
White with #DBC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC236; }
p { color: rgb(219,194,54); }
H1.HeaderClassName
{
color: #DBC236;
}
.AnyTagClassName
{
color: #DBC236;
}
</style>
background-color css
<style>
a { background-color: #DBC236; }
a { background-color: rgb(219,194,54); }
div.DivClassName
{
background-color: #DBC236;
}
.BgClassName
{
background-color: #DBC236;
}
</style>
border-color css
<style>
span { border-color: #DBC236; }
span { border-color: rgb(219,194,54); }
td.TdClassName
{
border-color: #DBC236;
}
.TagClassName
{
border-color: #DBC236;
}
</style>