Shades of Wattle #DBD239
Tints of Wattle #DBD239
RGB
CMYK
RGB Variations
Color information
#DBD239 (or 0xDBD239) is known color: Wattle. HEX triplet: DB, D2 and 39. RGB value is (219,210,57). Sum of RGB (Red+Green+Blue) = 219+210+57=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD239 is #242DC6. Grayscale: #C3C3C3. Windows color (decimal): -2371015 or 3789531. OLE color: 3789531.
HSL color Cylindrical-coordinate representation of color #DBD239: hue angle of 56.67º 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 #DBD239 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 57 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.14 |
| HSL | 56.67º | 0.69% | 0.54% | - |
| HSV(B) | 56.67º | 0.74% | 0.86% | - |
| XYZ | 53 | 61.45 | 12.94 | - |
| YUV | 195.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 57 | 0 | 0.04 | 0.74 | 0.14 | 56.67 | 0.69 | 0.54 |
| Hex | DB | D2 | 39 | 0 | 4 | 4A | E | 39 | 45 | 36 |
| Octal | 333 | 322 | 71 | 0 | 4 | 112 | 16 | 71 | 105 | 66 |
| Binary | 11011011 | 11010010 | 111001 | 0 | 100 | 1001010 | 1110 | 111001 | 1000101 | 110110 |
Color Harmonies of #DBD239
Complementary color
Monochromatic Colors of #DBD239
Black with #DBD239
Text Example
Text Example
White with #DBD239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD239; }
p { color: rgb(219,210,57); }
H1.HeaderClassName
{
color: #DBD239;
}
.AnyTagClassName
{
color: #DBD239;
}
</style>
background-color css
<style>
a { background-color: #DBD239; }
a { background-color: rgb(219,210,57); }
div.DivClassName
{
background-color: #DBD239;
}
.BgClassName
{
background-color: #DBD239;
}
</style>
border-color css
<style>
span { border-color: #DBD239; }
span { border-color: rgb(219,210,57); }
td.TdClassName
{
border-color: #DBD239;
}
.TagClassName
{
border-color: #DBD239;
}
</style>