Shades of Wattle #DBD340
Tints of Wattle #DBD340
RGB
CMYK
RGB Variations
Color information
#DBD340 (or 0xDBD340) is known color: Wattle. HEX triplet: DB, D3 and 40. RGB value is (219,211,64). Sum of RGB (Red+Green+Blue) = 219+211+64=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD340 is #242CBF. Grayscale: #C5C5C5. Windows color (decimal): -2370752 or 4248539. OLE color: 4248539.
HSL color Cylindrical-coordinate representation of color #DBD340: hue angle of 56.9º 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 #DBD340 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 64 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.14 |
| HSL | 56.9º | 0.68% | 0.55% | - |
| HSV(B) | 56.9º | 0.71% | 0.86% | - |
| XYZ | 53.43 | 62.02 | 14.01 | - |
| YUV | 196.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 64 | 0 | 0.04 | 0.71 | 0.14 | 56.9 | 0.68 | 0.55 |
| Hex | DB | D3 | 40 | 0 | 4 | 47 | E | 39 | 44 | 37 |
| Octal | 333 | 323 | 100 | 0 | 4 | 107 | 16 | 71 | 104 | 67 |
| Binary | 11011011 | 11010011 | 1000000 | 0 | 100 | 1000111 | 1110 | 111001 | 1000100 | 110111 |
Color Harmonies of #DBD340
Complementary color
Monochromatic Colors of #DBD340
Black with #DBD340
Text Example
Text Example
White with #DBD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD340; }
p { color: rgb(219,211,64); }
H1.HeaderClassName
{
color: #DBD340;
}
.AnyTagClassName
{
color: #DBD340;
}
</style>
background-color css
<style>
a { background-color: #DBD340; }
a { background-color: rgb(219,211,64); }
div.DivClassName
{
background-color: #DBD340;
}
.BgClassName
{
background-color: #DBD340;
}
</style>
border-color css
<style>
span { border-color: #DBD340; }
span { border-color: rgb(219,211,64); }
td.TdClassName
{
border-color: #DBD340;
}
.TagClassName
{
border-color: #DBD340;
}
</style>