Shades of Wattle #DBD237
Tints of Wattle #DBD237
RGB
CMYK
RGB Variations
Color information
#DBD237 (or 0xDBD237) is known color: Wattle. HEX triplet: DB, D2 and 37. RGB value is (219,210,55). Sum of RGB (Red+Green+Blue) = 219+210+55=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 55 (21.88% from 255 or 11.36% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD237 is #242DC8. Grayscale: #C3C3C3. Windows color (decimal): -2371017 or 3658459. OLE color: 3658459.
HSL color Cylindrical-coordinate representation of color #DBD237: hue angle of 56.71º 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 #DBD237 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 55 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.14 |
| HSL | 56.71º | 0.69% | 0.54% | - |
| HSV(B) | 56.71º | 0.75% | 0.86% | - |
| XYZ | 52.95 | 61.43 | 12.68 | - |
| YUV | 195.02 | 48.98 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 55 | 0 | 0.04 | 0.75 | 0.14 | 56.71 | 0.69 | 0.54 |
| Hex | DB | D2 | 37 | 0 | 4 | 4B | E | 39 | 45 | 36 |
| Octal | 333 | 322 | 67 | 0 | 4 | 113 | 16 | 71 | 105 | 66 |
| Binary | 11011011 | 11010010 | 110111 | 0 | 100 | 1001011 | 1110 | 111001 | 1000101 | 110110 |
Color Harmonies of #DBD237
Complementary color
Monochromatic Colors of #DBD237
Black with #DBD237
Text Example
Text Example
White with #DBD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD237; }
p { color: rgb(219,210,55); }
H1.HeaderClassName
{
color: #DBD237;
}
.AnyTagClassName
{
color: #DBD237;
}
</style>
background-color css
<style>
a { background-color: #DBD237; }
a { background-color: rgb(219,210,55); }
div.DivClassName
{
background-color: #DBD237;
}
.BgClassName
{
background-color: #DBD237;
}
</style>
border-color css
<style>
span { border-color: #DBD237; }
span { border-color: rgb(219,210,55); }
td.TdClassName
{
border-color: #DBD237;
}
.TagClassName
{
border-color: #DBD237;
}
</style>