Shades of Wattle #DBC83A
Tints of Wattle #DBC83A
RGB
CMYK
RGB Variations
Color information
#DBC83A (or 0xDBC83A) is known color: Wattle. HEX triplet: DB, C8 and 3A. RGB value is (219,200,58). Sum of RGB (Red+Green+Blue) = 219+200+58=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC83A is #2437C5. Grayscale: #BEBEBE. Windows color (decimal): -2373574 or 3852507. OLE color: 3852507.
HSL color Cylindrical-coordinate representation of color #DBC83A: hue angle of 52.92º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBC83A is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 58 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.14 |
| HSL | 52.92º | 0.69% | 0.54% | - |
| HSV(B) | 52.92º | 0.74% | 0.86% | - |
| XYZ | 50.63 | 56.67 | 12.27 | - |
| YUV | 189.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 58 | 0 | 0.09 | 0.74 | 0.14 | 52.92 | 0.69 | 0.54 |
| Hex | DB | C8 | 3A | 0 | 9 | 4A | E | 35 | 45 | 36 |
| Octal | 333 | 310 | 72 | 0 | 11 | 112 | 16 | 65 | 105 | 66 |
| Binary | 11011011 | 11001000 | 111010 | 0 | 1001 | 1001010 | 1110 | 110101 | 1000101 | 110110 |
Color Harmonies of #DBC83A
Complementary color
Monochromatic Colors of #DBC83A
Black with #DBC83A
Text Example
Text Example
White with #DBC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC83A; }
p { color: rgb(219,200,58); }
H1.HeaderClassName
{
color: #DBC83A;
}
.AnyTagClassName
{
color: #DBC83A;
}
</style>
background-color css
<style>
a { background-color: #DBC83A; }
a { background-color: rgb(219,200,58); }
div.DivClassName
{
background-color: #DBC83A;
}
.BgClassName
{
background-color: #DBC83A;
}
</style>
border-color css
<style>
span { border-color: #DBC83A; }
span { border-color: rgb(219,200,58); }
td.TdClassName
{
border-color: #DBC83A;
}
.TagClassName
{
border-color: #DBC83A;
}
</style>