Shades of Wattle #DBC138
Tints of Wattle #DBC138
RGB
CMYK
RGB Variations
Color information
#DBC138 (or 0xDBC138) is known color: Wattle. HEX triplet: DB, C1 and 38. RGB value is (219,193,56). Sum of RGB (Red+Green+Blue) = 219+193+56=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC138 is #243EC7. Grayscale: #B9B9B9. Windows color (decimal): -2375368 or 3719643. OLE color: 3719643.
HSL color Cylindrical-coordinate representation of color #DBC138: hue angle of 50.43º 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 #DBC138 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 56 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.14 |
| HSL | 50.43º | 0.69% | 0.54% | - |
| HSV(B) | 50.43º | 0.74% | 0.86% | - |
| XYZ | 49 | 53.49 | 11.48 | - |
| YUV | 185.16 | 55.11 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 56 | 0 | 0.12 | 0.74 | 0.14 | 50.43 | 0.69 | 0.54 |
| Hex | DB | C1 | 38 | 0 | C | 4A | E | 32 | 45 | 36 |
| Octal | 333 | 301 | 70 | 0 | 14 | 112 | 16 | 62 | 105 | 66 |
| Binary | 11011011 | 11000001 | 111000 | 0 | 1100 | 1001010 | 1110 | 110010 | 1000101 | 110110 |
Color Harmonies of #DBC138
Complementary color
Monochromatic Colors of #DBC138
Black with #DBC138
Text Example
Text Example
White with #DBC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC138; }
p { color: rgb(219,193,56); }
H1.HeaderClassName
{
color: #DBC138;
}
.AnyTagClassName
{
color: #DBC138;
}
</style>
background-color css
<style>
a { background-color: #DBC138; }
a { background-color: rgb(219,193,56); }
div.DivClassName
{
background-color: #DBC138;
}
.BgClassName
{
background-color: #DBC138;
}
</style>
border-color css
<style>
span { border-color: #DBC138; }
span { border-color: rgb(219,193,56); }
td.TdClassName
{
border-color: #DBC138;
}
.TagClassName
{
border-color: #DBC138;
}
</style>