Shades of Wattle #DBCE33
Tints of Wattle #DBCE33
RGB
CMYK
RGB Variations
Color information
#DBCE33 (or 0xDBCE33) is known color: Wattle. HEX triplet: DB, CE and 33. RGB value is (219,206,51). Sum of RGB (Red+Green+Blue) = 219+206+51=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE33 is #2431CC. Grayscale: #C0C0C0. Windows color (decimal): -2372045 or 3395291. OLE color: 3395291.
HSL color Cylindrical-coordinate representation of color #DBCE33: hue angle of 55.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBCE33 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 51 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.14 |
| HSL | 55.36º | 0.7% | 0.53% | - |
| HSV(B) | 55.36º | 0.77% | 0.86% | - |
| XYZ | 51.88 | 59.44 | 11.87 | - |
| YUV | 192.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 51 | 0 | 0.06 | 0.77 | 0.14 | 55.36 | 0.7 | 0.53 |
| Hex | DB | CE | 33 | 0 | 6 | 4D | E | 37 | 46 | 35 |
| Octal | 333 | 316 | 63 | 0 | 6 | 115 | 16 | 67 | 106 | 65 |
| Binary | 11011011 | 11001110 | 110011 | 0 | 110 | 1001101 | 1110 | 110111 | 1000110 | 110101 |
Color Harmonies of #DBCE33
Complementary color
Monochromatic Colors of #DBCE33
Black with #DBCE33
Text Example
Text Example
White with #DBCE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE33; }
p { color: rgb(219,206,51); }
H1.HeaderClassName
{
color: #DBCE33;
}
.AnyTagClassName
{
color: #DBCE33;
}
</style>
background-color css
<style>
a { background-color: #DBCE33; }
a { background-color: rgb(219,206,51); }
div.DivClassName
{
background-color: #DBCE33;
}
.BgClassName
{
background-color: #DBCE33;
}
</style>
border-color css
<style>
span { border-color: #DBCE33; }
span { border-color: rgb(219,206,51); }
td.TdClassName
{
border-color: #DBCE33;
}
.TagClassName
{
border-color: #DBCE33;
}
</style>