Shades of Wattle #DBC339
Tints of Wattle #DBC339
RGB
CMYK
RGB Variations
Color information
#DBC339 (or 0xDBC339) is known color: Wattle. HEX triplet: DB, C3 and 39. RGB value is (219,195,57). Sum of RGB (Red+Green+Blue) = 219+195+57=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC339 is #243CC6. Grayscale: #BBBBBB. Windows color (decimal): -2374855 or 3785691. OLE color: 3785691.
HSL color Cylindrical-coordinate representation of color #DBC339: hue angle of 51.11º 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 #DBC339 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 57 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.14 |
| HSL | 51.11º | 0.69% | 0.54% | - |
| HSV(B) | 51.11º | 0.74% | 0.86% | - |
| XYZ | 49.47 | 54.39 | 11.76 | - |
| YUV | 186.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 57 | 0 | 0.11 | 0.74 | 0.14 | 51.11 | 0.69 | 0.54 |
| Hex | DB | C3 | 39 | 0 | B | 4A | E | 33 | 45 | 36 |
| Octal | 333 | 303 | 71 | 0 | 13 | 112 | 16 | 63 | 105 | 66 |
| Binary | 11011011 | 11000011 | 111001 | 0 | 1011 | 1001010 | 1110 | 110011 | 1000101 | 110110 |
Color Harmonies of #DBC339
Complementary color
Monochromatic Colors of #DBC339
Black with #DBC339
Text Example
Text Example
White with #DBC339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC339; }
p { color: rgb(219,195,57); }
H1.HeaderClassName
{
color: #DBC339;
}
.AnyTagClassName
{
color: #DBC339;
}
</style>
background-color css
<style>
a { background-color: #DBC339; }
a { background-color: rgb(219,195,57); }
div.DivClassName
{
background-color: #DBC339;
}
.BgClassName
{
background-color: #DBC339;
}
</style>
border-color css
<style>
span { border-color: #DBC339; }
span { border-color: rgb(219,195,57); }
td.TdClassName
{
border-color: #DBC339;
}
.TagClassName
{
border-color: #DBC339;
}
</style>