Shades of Wattle #DBD138
Tints of Wattle #DBD138
RGB
CMYK
RGB Variations
Color information
#DBD138 (or 0xDBD138) is known color: Wattle. HEX triplet: DB, D1 and 38. RGB value is (219,209,56). Sum of RGB (Red+Green+Blue) = 219+209+56=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 56 (22.27% from 255 or 11.57% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD138 is #242EC7. Grayscale: #C3C3C3. Windows color (decimal): -2371272 or 3723739. OLE color: 3723739.
HSL color Cylindrical-coordinate representation of color #DBD138: hue angle of 56.32º 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 #DBD138 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 56 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.14 |
| HSL | 56.32º | 0.69% | 0.54% | - |
| HSV(B) | 56.32º | 0.74% | 0.86% | - |
| XYZ | 52.73 | 60.95 | 12.73 | - |
| YUV | 194.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 56 | 0 | 0.05 | 0.74 | 0.14 | 56.32 | 0.69 | 0.54 |
| Hex | DB | D1 | 38 | 0 | 5 | 4A | E | 38 | 45 | 36 |
| Octal | 333 | 321 | 70 | 0 | 5 | 112 | 16 | 70 | 105 | 66 |
| Binary | 11011011 | 11010001 | 111000 | 0 | 101 | 1001010 | 1110 | 111000 | 1000101 | 110110 |
Color Harmonies of #DBD138
Complementary color
Monochromatic Colors of #DBD138
Black with #DBD138
Text Example
Text Example
White with #DBD138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD138; }
p { color: rgb(219,209,56); }
H1.HeaderClassName
{
color: #DBD138;
}
.AnyTagClassName
{
color: #DBD138;
}
</style>
background-color css
<style>
a { background-color: #DBD138; }
a { background-color: rgb(219,209,56); }
div.DivClassName
{
background-color: #DBD138;
}
.BgClassName
{
background-color: #DBD138;
}
</style>
border-color css
<style>
span { border-color: #DBD138; }
span { border-color: rgb(219,209,56); }
td.TdClassName
{
border-color: #DBD138;
}
.TagClassName
{
border-color: #DBD138;
}
</style>