Shades of Wattle #DBCD33
Tints of Wattle #DBCD33
RGB
CMYK
RGB Variations
Color information
#DBCD33 (or 0xDBCD33) is known color: Wattle. HEX triplet: DB, CD and 33. RGB value is (219,205,51). Sum of RGB (Red+Green+Blue) = 219+205+51=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD33 is #2432CC. Grayscale: #C0C0C0. Windows color (decimal): -2372301 or 3395035. OLE color: 3395035.
HSL color Cylindrical-coordinate representation of color #DBCD33: hue angle of 55º 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 #DBCD33 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 51 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.14 |
| HSL | 55º | 0.7% | 0.53% | - |
| HSV(B) | 55º | 0.77% | 0.86% | - |
| XYZ | 51.64 | 58.96 | 11.79 | - |
| YUV | 191.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 51 | 0 | 0.06 | 0.77 | 0.14 | 55 | 0.7 | 0.53 |
| Hex | DB | CD | 33 | 0 | 6 | 4D | E | 37 | 46 | 35 |
| Octal | 333 | 315 | 63 | 0 | 6 | 115 | 16 | 67 | 106 | 65 |
| Binary | 11011011 | 11001101 | 110011 | 0 | 110 | 1001101 | 1110 | 110111 | 1000110 | 110101 |
Color Harmonies of #DBCD33
Complementary color
Monochromatic Colors of #DBCD33
Black with #DBCD33
Text Example
Text Example
White with #DBCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD33; }
p { color: rgb(219,205,51); }
H1.HeaderClassName
{
color: #DBCD33;
}
.AnyTagClassName
{
color: #DBCD33;
}
</style>
background-color css
<style>
a { background-color: #DBCD33; }
a { background-color: rgb(219,205,51); }
div.DivClassName
{
background-color: #DBCD33;
}
.BgClassName
{
background-color: #DBCD33;
}
</style>
border-color css
<style>
span { border-color: #DBCD33; }
span { border-color: rgb(219,205,51); }
td.TdClassName
{
border-color: #DBCD33;
}
.TagClassName
{
border-color: #DBCD33;
}
</style>