Shades of Wattle #DBCF33
Tints of Wattle #DBCF33
RGB
CMYK
RGB Variations
Color information
#DBCF33 (or 0xDBCF33) is known color: Wattle. HEX triplet: DB, CF and 33. RGB value is (219,207,51). Sum of RGB (Red+Green+Blue) = 219+207+51=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF33 is #2430CC. Grayscale: #C1C1C1. Windows color (decimal): -2371789 or 3395547. OLE color: 3395547.
HSL color Cylindrical-coordinate representation of color #DBCF33: hue angle of 55.71º 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 #DBCF33 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 51 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.14 |
| HSL | 55.71º | 0.7% | 0.53% | - |
| HSV(B) | 55.71º | 0.77% | 0.86% | - |
| XYZ | 52.12 | 59.92 | 11.95 | - |
| YUV | 192.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 51 | 0 | 0.05 | 0.77 | 0.14 | 55.71 | 0.7 | 0.53 |
| Hex | DB | CF | 33 | 0 | 5 | 4D | E | 38 | 46 | 35 |
| Octal | 333 | 317 | 63 | 0 | 5 | 115 | 16 | 70 | 106 | 65 |
| Binary | 11011011 | 11001111 | 110011 | 0 | 101 | 1001101 | 1110 | 111000 | 1000110 | 110101 |
Color Harmonies of #DBCF33
Complementary color
Monochromatic Colors of #DBCF33
Black with #DBCF33
Text Example
Text Example
White with #DBCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF33; }
p { color: rgb(219,207,51); }
H1.HeaderClassName
{
color: #DBCF33;
}
.AnyTagClassName
{
color: #DBCF33;
}
</style>
background-color css
<style>
a { background-color: #DBCF33; }
a { background-color: rgb(219,207,51); }
div.DivClassName
{
background-color: #DBCF33;
}
.BgClassName
{
background-color: #DBCF33;
}
</style>
border-color css
<style>
span { border-color: #DBCF33; }
span { border-color: rgb(219,207,51); }
td.TdClassName
{
border-color: #DBCF33;
}
.TagClassName
{
border-color: #DBCF33;
}
</style>