Shades of Wattle #DBC934
Tints of Wattle #DBC934
RGB
CMYK
RGB Variations
Color information
#DBC934 (or 0xDBC934) is known color: Wattle. HEX triplet: DB, C9 and 34. RGB value is (219,201,52). Sum of RGB (Red+Green+Blue) = 219+201+52=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC934 is #2436CB. Grayscale: #BEBEBE. Windows color (decimal): -2373324 or 3459547. OLE color: 3459547.
HSL color Cylindrical-coordinate representation of color #DBC934: hue angle of 53.53º 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 #DBC934 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 52 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.14 |
| HSL | 53.53º | 0.7% | 0.53% | - |
| HSV(B) | 53.53º | 0.76% | 0.86% | - |
| XYZ | 50.72 | 57.08 | 11.59 | - |
| YUV | 189.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 52 | 0 | 0.08 | 0.76 | 0.14 | 53.53 | 0.7 | 0.53 |
| Hex | DB | C9 | 34 | 0 | 8 | 4C | E | 36 | 46 | 35 |
| Octal | 333 | 311 | 64 | 0 | 10 | 114 | 16 | 66 | 106 | 65 |
| Binary | 11011011 | 11001001 | 110100 | 0 | 1000 | 1001100 | 1110 | 110110 | 1000110 | 110101 |
Color Harmonies of #DBC934
Complementary color
Monochromatic Colors of #DBC934
Black with #DBC934
Text Example
Text Example
White with #DBC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC934; }
p { color: rgb(219,201,52); }
H1.HeaderClassName
{
color: #DBC934;
}
.AnyTagClassName
{
color: #DBC934;
}
</style>
background-color css
<style>
a { background-color: #DBC934; }
a { background-color: rgb(219,201,52); }
div.DivClassName
{
background-color: #DBC934;
}
.BgClassName
{
background-color: #DBC934;
}
</style>
border-color css
<style>
span { border-color: #DBC934; }
span { border-color: rgb(219,201,52); }
td.TdClassName
{
border-color: #DBC934;
}
.TagClassName
{
border-color: #DBC934;
}
</style>