Shades of Wattle #DBC03D
Tints of Wattle #DBC03D
RGB
CMYK
RGB Variations
Color information
#DBC03D (or 0xDBC03D) is known color: Wattle. HEX triplet: DB, C0 and 3D. RGB value is (219,192,61). Sum of RGB (Red+Green+Blue) = 219+192+61=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC03D is #243FC2. Grayscale: #B9B9B9. Windows color (decimal): -2375619 or 4047067. OLE color: 4047067.
HSL color Cylindrical-coordinate representation of color #DBC03D: hue angle of 49.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBC03D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 61 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.14 |
| HSL | 49.75º | 0.69% | 0.55% | - |
| HSV(B) | 49.75º | 0.72% | 0.86% | - |
| XYZ | 48.91 | 53.1 | 12.09 | - |
| YUV | 185.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 61 | 0 | 0.12 | 0.72 | 0.14 | 49.75 | 0.69 | 0.55 |
| Hex | DB | C0 | 3D | 0 | C | 48 | E | 32 | 45 | 37 |
| Octal | 333 | 300 | 75 | 0 | 14 | 110 | 16 | 62 | 105 | 67 |
| Binary | 11011011 | 11000000 | 111101 | 0 | 1100 | 1001000 | 1110 | 110010 | 1000101 | 110111 |
Color Harmonies of #DBC03D
Complementary color
Monochromatic Colors of #DBC03D
Black with #DBC03D
Text Example
Text Example
White with #DBC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC03D; }
p { color: rgb(219,192,61); }
H1.HeaderClassName
{
color: #DBC03D;
}
.AnyTagClassName
{
color: #DBC03D;
}
</style>
background-color css
<style>
a { background-color: #DBC03D; }
a { background-color: rgb(219,192,61); }
div.DivClassName
{
background-color: #DBC03D;
}
.BgClassName
{
background-color: #DBC03D;
}
</style>
border-color css
<style>
span { border-color: #DBC03D; }
span { border-color: rgb(219,192,61); }
td.TdClassName
{
border-color: #DBC03D;
}
.TagClassName
{
border-color: #DBC03D;
}
</style>