Shades of Wattle #DBC82E
Tints of Wattle #DBC82E
RGB
CMYK
RGB Variations
Color information
#DBC82E (or 0xDBC82E) is known color: Wattle. HEX triplet: DB, C8 and 2E. RGB value is (219,200,46). Sum of RGB (Red+Green+Blue) = 219+200+46=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC82E is #2437D1. Grayscale: #BCBCBC. Windows color (decimal): -2373586 or 3066075. OLE color: 3066075.
HSL color Cylindrical-coordinate representation of color #DBC82E: hue angle of 53.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBC82E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 46 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.14 |
| HSL | 53.41º | 0.71% | 0.52% | - |
| HSV(B) | 53.41º | 0.79% | 0.86% | - |
| XYZ | 50.36 | 56.57 | 10.85 | - |
| YUV | 188.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 46 | 0 | 0.09 | 0.79 | 0.14 | 53.41 | 0.71 | 0.52 |
| Hex | DB | C8 | 2E | 0 | 9 | 4F | E | 35 | 47 | 34 |
| Octal | 333 | 310 | 56 | 0 | 11 | 117 | 16 | 65 | 107 | 64 |
| Binary | 11011011 | 11001000 | 101110 | 0 | 1001 | 1001111 | 1110 | 110101 | 1000111 | 110100 |
Color Harmonies of #DBC82E
Complementary color
Monochromatic Colors of #DBC82E
Black with #DBC82E
Text Example
Text Example
White with #DBC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC82E; }
p { color: rgb(219,200,46); }
H1.HeaderClassName
{
color: #DBC82E;
}
.AnyTagClassName
{
color: #DBC82E;
}
</style>
background-color css
<style>
a { background-color: #DBC82E; }
a { background-color: rgb(219,200,46); }
div.DivClassName
{
background-color: #DBC82E;
}
.BgClassName
{
background-color: #DBC82E;
}
</style>
border-color css
<style>
span { border-color: #DBC82E; }
span { border-color: rgb(219,200,46); }
td.TdClassName
{
border-color: #DBC82E;
}
.TagClassName
{
border-color: #DBC82E;
}
</style>