Shades of Wattle #DBCD37
Tints of Wattle #DBCD37
RGB
CMYK
RGB Variations
Color information
#DBCD37 (or 0xDBCD37) is known color: Wattle. HEX triplet: DB, CD and 37. RGB value is (219,205,55). Sum of RGB (Red+Green+Blue) = 219+205+55=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD37 is #2432C8. Grayscale: #C0C0C0. Windows color (decimal): -2372297 or 3657179. OLE color: 3657179.
HSL color Cylindrical-coordinate representation of color #DBCD37: hue angle of 54.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBCD37 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 55 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.14 |
| HSL | 54.88º | 0.69% | 0.54% | - |
| HSV(B) | 54.88º | 0.75% | 0.86% | - |
| XYZ | 51.73 | 59 | 12.28 | - |
| YUV | 192.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 55 | 0 | 0.06 | 0.75 | 0.14 | 54.88 | 0.69 | 0.54 |
| Hex | DB | CD | 37 | 0 | 6 | 4B | E | 37 | 45 | 36 |
| Octal | 333 | 315 | 67 | 0 | 6 | 113 | 16 | 67 | 105 | 66 |
| Binary | 11011011 | 11001101 | 110111 | 0 | 110 | 1001011 | 1110 | 110111 | 1000101 | 110110 |
Color Harmonies of #DBCD37
Complementary color
Monochromatic Colors of #DBCD37
Black with #DBCD37
Text Example
Text Example
White with #DBCD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD37; }
p { color: rgb(219,205,55); }
H1.HeaderClassName
{
color: #DBCD37;
}
.AnyTagClassName
{
color: #DBCD37;
}
</style>
background-color css
<style>
a { background-color: #DBCD37; }
a { background-color: rgb(219,205,55); }
div.DivClassName
{
background-color: #DBCD37;
}
.BgClassName
{
background-color: #DBCD37;
}
</style>
border-color css
<style>
span { border-color: #DBCD37; }
span { border-color: rgb(219,205,55); }
td.TdClassName
{
border-color: #DBCD37;
}
.TagClassName
{
border-color: #DBCD37;
}
</style>