Shades of Wattle #DBD33F
Tints of Wattle #DBD33F
RGB
CMYK
RGB Variations
Color information
#DBD33F (or 0xDBD33F) is known color: Wattle. HEX triplet: DB, D3 and 3F. RGB value is (219,211,63). Sum of RGB (Red+Green+Blue) = 219+211+63=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD33F is #242CC0. Grayscale: #C5C5C5. Windows color (decimal): -2370753 or 4183003. OLE color: 4183003.
HSL color Cylindrical-coordinate representation of color #DBD33F: hue angle of 56.92º 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 #DBD33F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 63 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.14 |
| HSL | 56.92º | 0.68% | 0.55% | - |
| HSV(B) | 56.92º | 0.71% | 0.86% | - |
| XYZ | 53.4 | 62.01 | 13.86 | - |
| YUV | 196.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 63 | 0 | 0.04 | 0.71 | 0.14 | 56.92 | 0.68 | 0.55 |
| Hex | DB | D3 | 3F | 0 | 4 | 47 | E | 39 | 44 | 37 |
| Octal | 333 | 323 | 77 | 0 | 4 | 107 | 16 | 71 | 104 | 67 |
| Binary | 11011011 | 11010011 | 111111 | 0 | 100 | 1000111 | 1110 | 111001 | 1000100 | 110111 |
Color Harmonies of #DBD33F
Complementary color
Monochromatic Colors of #DBD33F
Black with #DBD33F
Text Example
Text Example
White with #DBD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD33F; }
p { color: rgb(219,211,63); }
H1.HeaderClassName
{
color: #DBD33F;
}
.AnyTagClassName
{
color: #DBD33F;
}
</style>
background-color css
<style>
a { background-color: #DBD33F; }
a { background-color: rgb(219,211,63); }
div.DivClassName
{
background-color: #DBD33F;
}
.BgClassName
{
background-color: #DBD33F;
}
</style>
border-color css
<style>
span { border-color: #DBD33F; }
span { border-color: rgb(219,211,63); }
td.TdClassName
{
border-color: #DBD33F;
}
.TagClassName
{
border-color: #DBD33F;
}
</style>