Shades of Wattle #DBC03F
Tints of Wattle #DBC03F
RGB
CMYK
RGB Variations
Color information
#DBC03F (or 0xDBC03F) is known color: Wattle. HEX triplet: DB, C0 and 3F. RGB value is (219,192,63). Sum of RGB (Red+Green+Blue) = 219+192+63=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC03F is #243FC0. Grayscale: #B9B9B9. Windows color (decimal): -2375617 or 4178139. OLE color: 4178139.
HSL color Cylindrical-coordinate representation of color #DBC03F: hue angle of 49.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBC03F is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 63 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.14 |
| HSL | 49.62º | 0.68% | 0.55% | - |
| HSV(B) | 49.62º | 0.71% | 0.86% | - |
| XYZ | 48.96 | 53.12 | 12.37 | - |
| YUV | 185.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 63 | 0 | 0.12 | 0.71 | 0.14 | 49.62 | 0.68 | 0.55 |
| Hex | DB | C0 | 3F | 0 | C | 47 | E | 32 | 44 | 37 |
| Octal | 333 | 300 | 77 | 0 | 14 | 107 | 16 | 62 | 104 | 67 |
| Binary | 11011011 | 11000000 | 111111 | 0 | 1100 | 1000111 | 1110 | 110010 | 1000100 | 110111 |
Color Harmonies of #DBC03F
Complementary color
Monochromatic Colors of #DBC03F
Black with #DBC03F
Text Example
Text Example
White with #DBC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC03F; }
p { color: rgb(219,192,63); }
H1.HeaderClassName
{
color: #DBC03F;
}
.AnyTagClassName
{
color: #DBC03F;
}
</style>
background-color css
<style>
a { background-color: #DBC03F; }
a { background-color: rgb(219,192,63); }
div.DivClassName
{
background-color: #DBC03F;
}
.BgClassName
{
background-color: #DBC03F;
}
</style>
border-color css
<style>
span { border-color: #DBC03F; }
span { border-color: rgb(219,192,63); }
td.TdClassName
{
border-color: #DBC03F;
}
.TagClassName
{
border-color: #DBC03F;
}
</style>