Shades of Wattle #DBC838
Tints of Wattle #DBC838
RGB
CMYK
RGB Variations
Color information
#DBC838 (or 0xDBC838) is known color: Wattle. HEX triplet: DB, C8 and 38. RGB value is (219,200,56). Sum of RGB (Red+Green+Blue) = 219+200+56=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC838 is #2437C7. Grayscale: #BDBDBD. Windows color (decimal): -2373576 or 3721435. OLE color: 3721435.
HSL color Cylindrical-coordinate representation of color #DBC838: hue angle of 53.01º 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 #DBC838 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 56 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.14 |
| HSL | 53.01º | 0.69% | 0.54% | - |
| HSV(B) | 53.01º | 0.74% | 0.86% | - |
| XYZ | 50.58 | 56.65 | 12.01 | - |
| YUV | 189.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 56 | 0 | 0.09 | 0.74 | 0.14 | 53.01 | 0.69 | 0.54 |
| Hex | DB | C8 | 38 | 0 | 9 | 4A | E | 35 | 45 | 36 |
| Octal | 333 | 310 | 70 | 0 | 11 | 112 | 16 | 65 | 105 | 66 |
| Binary | 11011011 | 11001000 | 111000 | 0 | 1001 | 1001010 | 1110 | 110101 | 1000101 | 110110 |
Color Harmonies of #DBC838
Complementary color
Monochromatic Colors of #DBC838
Black with #DBC838
Text Example
Text Example
White with #DBC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC838; }
p { color: rgb(219,200,56); }
H1.HeaderClassName
{
color: #DBC838;
}
.AnyTagClassName
{
color: #DBC838;
}
</style>
background-color css
<style>
a { background-color: #DBC838; }
a { background-color: rgb(219,200,56); }
div.DivClassName
{
background-color: #DBC838;
}
.BgClassName
{
background-color: #DBC838;
}
</style>
border-color css
<style>
span { border-color: #DBC838; }
span { border-color: rgb(219,200,56); }
td.TdClassName
{
border-color: #DBC838;
}
.TagClassName
{
border-color: #DBC838;
}
</style>