Shades of Wattle #DBC82D
Tints of Wattle #DBC82D
RGB
CMYK
RGB Variations
Color information
#DBC82D (or 0xDBC82D) is known color: Wattle. HEX triplet: DB, C8 and 2D. RGB value is (219,200,45). Sum of RGB (Red+Green+Blue) = 219+200+45=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC82D is #2437D2. Grayscale: #BCBCBC. Windows color (decimal): -2373587 or 3000539. OLE color: 3000539.
HSL color Cylindrical-coordinate representation of color #DBC82D: hue angle of 53.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBC82D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 45 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.14 |
| HSL | 53.45º | 0.71% | 0.52% | - |
| HSV(B) | 53.45º | 0.79% | 0.86% | - |
| XYZ | 50.34 | 56.56 | 10.75 | - |
| YUV | 188.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 45 | 0 | 0.09 | 0.79 | 0.14 | 53.45 | 0.71 | 0.52 |
| Hex | DB | C8 | 2D | 0 | 9 | 4F | E | 35 | 47 | 34 |
| Octal | 333 | 310 | 55 | 0 | 11 | 117 | 16 | 65 | 107 | 64 |
| Binary | 11011011 | 11001000 | 101101 | 0 | 1001 | 1001111 | 1110 | 110101 | 1000111 | 110100 |
Color Harmonies of #DBC82D
Complementary color
Monochromatic Colors of #DBC82D
Black with #DBC82D
Text Example
Text Example
White with #DBC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC82D; }
p { color: rgb(219,200,45); }
H1.HeaderClassName
{
color: #DBC82D;
}
.AnyTagClassName
{
color: #DBC82D;
}
</style>
background-color css
<style>
a { background-color: #DBC82D; }
a { background-color: rgb(219,200,45); }
div.DivClassName
{
background-color: #DBC82D;
}
.BgClassName
{
background-color: #DBC82D;
}
</style>
border-color css
<style>
span { border-color: #DBC82D; }
span { border-color: rgb(219,200,45); }
td.TdClassName
{
border-color: #DBC82D;
}
.TagClassName
{
border-color: #DBC82D;
}
</style>