Shades of Wattle #DBC234
Tints of Wattle #DBC234
RGB
CMYK
RGB Variations
Color information
#DBC234 (or 0xDBC234) is known color: Wattle. HEX triplet: DB, C2 and 34. RGB value is (219,194,52). Sum of RGB (Red+Green+Blue) = 219+194+52=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC234 is #243DCB. Grayscale: #B9B9B9. Windows color (decimal): -2375116 or 3457755. OLE color: 3457755.
HSL color Cylindrical-coordinate representation of color #DBC234: hue angle of 51.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBC234 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 52 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.14 |
| HSL | 51.02º | 0.7% | 0.53% | - |
| HSV(B) | 51.02º | 0.76% | 0.86% | - |
| XYZ | 49.13 | 53.89 | 11.06 | - |
| YUV | 185.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 52 | 0 | 0.11 | 0.76 | 0.14 | 51.02 | 0.7 | 0.53 |
| Hex | DB | C2 | 34 | 0 | B | 4C | E | 33 | 46 | 35 |
| Octal | 333 | 302 | 64 | 0 | 13 | 114 | 16 | 63 | 106 | 65 |
| Binary | 11011011 | 11000010 | 110100 | 0 | 1011 | 1001100 | 1110 | 110011 | 1000110 | 110101 |
Color Harmonies of #DBC234
Complementary color
Monochromatic Colors of #DBC234
Black with #DBC234
Text Example
Text Example
White with #DBC234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC234; }
p { color: rgb(219,194,52); }
H1.HeaderClassName
{
color: #DBC234;
}
.AnyTagClassName
{
color: #DBC234;
}
</style>
background-color css
<style>
a { background-color: #DBC234; }
a { background-color: rgb(219,194,52); }
div.DivClassName
{
background-color: #DBC234;
}
.BgClassName
{
background-color: #DBC234;
}
</style>
border-color css
<style>
span { border-color: #DBC234; }
span { border-color: rgb(219,194,52); }
td.TdClassName
{
border-color: #DBC234;
}
.TagClassName
{
border-color: #DBC234;
}
</style>