Shades of Wattle #DBCA37
Tints of Wattle #DBCA37
RGB
CMYK
RGB Variations
Color information
#DBCA37 (or 0xDBCA37) is known color: Wattle. HEX triplet: DB, CA and 37. RGB value is (219,202,55). Sum of RGB (Red+Green+Blue) = 219+202+55=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA37 is #2435C8. Grayscale: #BEBEBE. Windows color (decimal): -2373065 or 3656411. OLE color: 3656411.
HSL color Cylindrical-coordinate representation of color #DBCA37: hue angle of 53.78º 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 #DBCA37 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 55 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.14 |
| HSL | 53.78º | 0.69% | 0.54% | - |
| HSV(B) | 53.78º | 0.75% | 0.86% | - |
| XYZ | 51.02 | 57.58 | 12.04 | - |
| YUV | 190.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 55 | 0 | 0.08 | 0.75 | 0.14 | 53.78 | 0.69 | 0.54 |
| Hex | DB | CA | 37 | 0 | 8 | 4B | E | 36 | 45 | 36 |
| Octal | 333 | 312 | 67 | 0 | 10 | 113 | 16 | 66 | 105 | 66 |
| Binary | 11011011 | 11001010 | 110111 | 0 | 1000 | 1001011 | 1110 | 110110 | 1000101 | 110110 |
Color Harmonies of #DBCA37
Complementary color
Monochromatic Colors of #DBCA37
Black with #DBCA37
Text Example
Text Example
White with #DBCA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA37; }
p { color: rgb(219,202,55); }
H1.HeaderClassName
{
color: #DBCA37;
}
.AnyTagClassName
{
color: #DBCA37;
}
</style>
background-color css
<style>
a { background-color: #DBCA37; }
a { background-color: rgb(219,202,55); }
div.DivClassName
{
background-color: #DBCA37;
}
.BgClassName
{
background-color: #DBCA37;
}
</style>
border-color css
<style>
span { border-color: #DBCA37; }
span { border-color: rgb(219,202,55); }
td.TdClassName
{
border-color: #DBCA37;
}
.TagClassName
{
border-color: #DBCA37;
}
</style>