Shades of Wattle #DBC23B
Tints of Wattle #DBC23B
RGB
CMYK
RGB Variations
Color information
#DBC23B (or 0xDBC23B) is known color: Wattle. HEX triplet: DB, C2 and 3B. RGB value is (219,194,59). Sum of RGB (Red+Green+Blue) = 219+194+59=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC23B is #243DC4. Grayscale: #BABABA. Windows color (decimal): -2375109 or 3916507. OLE color: 3916507.
HSL color Cylindrical-coordinate representation of color #DBC23B: hue angle of 50.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBC23B is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 59 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.14 |
| HSL | 50.63º | 0.69% | 0.55% | - |
| HSV(B) | 50.63º | 0.73% | 0.86% | - |
| XYZ | 49.29 | 53.96 | 11.95 | - |
| YUV | 186.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 59 | 0 | 0.11 | 0.73 | 0.14 | 50.63 | 0.69 | 0.55 |
| Hex | DB | C2 | 3B | 0 | B | 49 | E | 33 | 45 | 37 |
| Octal | 333 | 302 | 73 | 0 | 13 | 111 | 16 | 63 | 105 | 67 |
| Binary | 11011011 | 11000010 | 111011 | 0 | 1011 | 1001001 | 1110 | 110011 | 1000101 | 110111 |
Color Harmonies of #DBC23B
Complementary color
Monochromatic Colors of #DBC23B
Black with #DBC23B
Text Example
Text Example
White with #DBC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC23B; }
p { color: rgb(219,194,59); }
H1.HeaderClassName
{
color: #DBC23B;
}
.AnyTagClassName
{
color: #DBC23B;
}
</style>
background-color css
<style>
a { background-color: #DBC23B; }
a { background-color: rgb(219,194,59); }
div.DivClassName
{
background-color: #DBC23B;
}
.BgClassName
{
background-color: #DBC23B;
}
</style>
border-color css
<style>
span { border-color: #DBC23B; }
span { border-color: rgb(219,194,59); }
td.TdClassName
{
border-color: #DBC23B;
}
.TagClassName
{
border-color: #DBC23B;
}
</style>