Shades of Wattle #DBD541
Tints of Wattle #DBD541
RGB
CMYK
RGB Variations
Color information
#DBD541 (or 0xDBD541) is known color: Wattle. HEX triplet: DB, D5 and 41. RGB value is (219,213,65). Sum of RGB (Red+Green+Blue) = 219+213+65=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD541 is #242ABE. Grayscale: #C6C6C6. Windows color (decimal): -2370239 or 4314587. OLE color: 4314587.
HSL color Cylindrical-coordinate representation of color #DBD541: hue angle of 57.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBD541 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 65 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.14 |
| HSL | 57.66º | 0.68% | 0.56% | - |
| HSV(B) | 57.66º | 0.7% | 0.86% | - |
| XYZ | 53.96 | 63.03 | 14.32 | - |
| YUV | 197.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 65 | 0 | 0.03 | 0.70 | 0.14 | 57.66 | 0.68 | 0.56 |
| Hex | DB | D5 | 41 | 0 | 3 | 46 | E | 3A | 44 | 38 |
| Octal | 333 | 325 | 101 | 0 | 3 | 106 | 16 | 72 | 104 | 70 |
| Binary | 11011011 | 11010101 | 1000001 | 0 | 11 | 1000110 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DBD541
Complementary color
Monochromatic Colors of #DBD541
Black with #DBD541
Text Example
Text Example
White with #DBD541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD541; }
p { color: rgb(219,213,65); }
H1.HeaderClassName
{
color: #DBD541;
}
.AnyTagClassName
{
color: #DBD541;
}
</style>
background-color css
<style>
a { background-color: #DBD541; }
a { background-color: rgb(219,213,65); }
div.DivClassName
{
background-color: #DBD541;
}
.BgClassName
{
background-color: #DBD541;
}
</style>
border-color css
<style>
span { border-color: #DBD541; }
span { border-color: rgb(219,213,65); }
td.TdClassName
{
border-color: #DBD541;
}
.TagClassName
{
border-color: #DBD541;
}
</style>