Shades of Wattle #DBD040
Tints of Wattle #DBD040
RGB
CMYK
RGB Variations
Color information
#DBD040 (or 0xDBD040) is known color: Wattle. HEX triplet: DB, D0 and 40. RGB value is (219,208,64). Sum of RGB (Red+Green+Blue) = 219+208+64=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD040 is #242FBF. Grayscale: #C3C3C3. Windows color (decimal): -2371520 or 4247771. OLE color: 4247771.
HSL color Cylindrical-coordinate representation of color #DBD040: hue angle of 55.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBD040 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 64 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.14 |
| HSL | 55.74º | 0.68% | 0.55% | - |
| HSV(B) | 55.74º | 0.71% | 0.86% | - |
| XYZ | 52.69 | 60.54 | 13.76 | - |
| YUV | 194.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 64 | 0 | 0.05 | 0.71 | 0.14 | 55.74 | 0.68 | 0.55 |
| Hex | DB | D0 | 40 | 0 | 5 | 47 | E | 38 | 44 | 37 |
| Octal | 333 | 320 | 100 | 0 | 5 | 107 | 16 | 70 | 104 | 67 |
| Binary | 11011011 | 11010000 | 1000000 | 0 | 101 | 1000111 | 1110 | 111000 | 1000100 | 110111 |
Color Harmonies of #DBD040
Complementary color
Monochromatic Colors of #DBD040
Black with #DBD040
Text Example
Text Example
White with #DBD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD040; }
p { color: rgb(219,208,64); }
H1.HeaderClassName
{
color: #DBD040;
}
.AnyTagClassName
{
color: #DBD040;
}
</style>
background-color css
<style>
a { background-color: #DBD040; }
a { background-color: rgb(219,208,64); }
div.DivClassName
{
background-color: #DBD040;
}
.BgClassName
{
background-color: #DBD040;
}
</style>
border-color css
<style>
span { border-color: #DBD040; }
span { border-color: rgb(219,208,64); }
td.TdClassName
{
border-color: #DBD040;
}
.TagClassName
{
border-color: #DBD040;
}
</style>