Shades of Wattle #DBC53C
Tints of Wattle #DBC53C
RGB
CMYK
RGB Variations
Color information
#DBC53C (or 0xDBC53C) is known color: Wattle. HEX triplet: DB, C5 and 3C. RGB value is (219,197,60). Sum of RGB (Red+Green+Blue) = 219+197+60=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC53C is #243AC3. Grayscale: #BCBCBC. Windows color (decimal): -2374340 or 3982811. OLE color: 3982811.
HSL color Cylindrical-coordinate representation of color #DBC53C: hue angle of 51.7º 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 #DBC53C is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 60 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.14 |
| HSL | 51.7º | 0.69% | 0.55% | - |
| HSV(B) | 51.7º | 0.73% | 0.86% | - |
| XYZ | 50 | 55.32 | 12.32 | - |
| YUV | 187.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 60 | 0 | 0.10 | 0.73 | 0.14 | 51.7 | 0.69 | 0.55 |
| Hex | DB | C5 | 3C | 0 | A | 49 | E | 34 | 45 | 37 |
| Octal | 333 | 305 | 74 | 0 | 12 | 111 | 16 | 64 | 105 | 67 |
| Binary | 11011011 | 11000101 | 111100 | 0 | 1010 | 1001001 | 1110 | 110100 | 1000101 | 110111 |
Color Harmonies of #DBC53C
Complementary color
Monochromatic Colors of #DBC53C
Black with #DBC53C
Text Example
Text Example
White with #DBC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC53C; }
p { color: rgb(219,197,60); }
H1.HeaderClassName
{
color: #DBC53C;
}
.AnyTagClassName
{
color: #DBC53C;
}
</style>
background-color css
<style>
a { background-color: #DBC53C; }
a { background-color: rgb(219,197,60); }
div.DivClassName
{
background-color: #DBC53C;
}
.BgClassName
{
background-color: #DBC53C;
}
</style>
border-color css
<style>
span { border-color: #DBC53C; }
span { border-color: rgb(219,197,60); }
td.TdClassName
{
border-color: #DBC53C;
}
.TagClassName
{
border-color: #DBC53C;
}
</style>