Shades of Wattle #DBCA2E
Tints of Wattle #DBCA2E
RGB
CMYK
RGB Variations
Color information
#DBCA2E (or 0xDBCA2E) is known color: Wattle. HEX triplet: DB, CA and 2E. RGB value is (219,202,46). Sum of RGB (Red+Green+Blue) = 219+202+46=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA2E is #2435D1. Grayscale: #BDBDBD. Windows color (decimal): -2373074 or 3066587. OLE color: 3066587.
HSL color Cylindrical-coordinate representation of color #DBCA2E: hue angle of 54.1º 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 #DBCA2E is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 46 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.14 |
| HSL | 54.1º | 0.71% | 0.52% | - |
| HSV(B) | 54.1º | 0.79% | 0.86% | - |
| XYZ | 50.83 | 57.5 | 11 | - |
| YUV | 189.3 | 47.13 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 46 | 0 | 0.08 | 0.79 | 0.14 | 54.1 | 0.71 | 0.52 |
| Hex | DB | CA | 2E | 0 | 8 | 4F | E | 36 | 47 | 34 |
| Octal | 333 | 312 | 56 | 0 | 10 | 117 | 16 | 66 | 107 | 64 |
| Binary | 11011011 | 11001010 | 101110 | 0 | 1000 | 1001111 | 1110 | 110110 | 1000111 | 110100 |
Color Harmonies of #DBCA2E
Complementary color
Monochromatic Colors of #DBCA2E
Black with #DBCA2E
Text Example
Text Example
White with #DBCA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA2E; }
p { color: rgb(219,202,46); }
H1.HeaderClassName
{
color: #DBCA2E;
}
.AnyTagClassName
{
color: #DBCA2E;
}
</style>
background-color css
<style>
a { background-color: #DBCA2E; }
a { background-color: rgb(219,202,46); }
div.DivClassName
{
background-color: #DBCA2E;
}
.BgClassName
{
background-color: #DBCA2E;
}
</style>
border-color css
<style>
span { border-color: #DBCA2E; }
span { border-color: rgb(219,202,46); }
td.TdClassName
{
border-color: #DBCA2E;
}
.TagClassName
{
border-color: #DBCA2E;
}
</style>