Shades of Wattle #DBD43E
Tints of Wattle #DBD43E
RGB
CMYK
RGB Variations
Color information
#DBD43E (or 0xDBD43E) is known color: Wattle. HEX triplet: DB, D4 and 3E. RGB value is (219,212,62). Sum of RGB (Red+Green+Blue) = 219+212+62=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD43E is #242BC1. Grayscale: #C5C5C5. Windows color (decimal): -2370498 or 4117723. OLE color: 4117723.
HSL color Cylindrical-coordinate representation of color #DBD43E: hue angle of 57.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBD43E is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 62 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.14 |
| HSL | 57.32º | 0.69% | 0.55% | - |
| HSV(B) | 57.32º | 0.72% | 0.86% | - |
| XYZ | 53.63 | 62.49 | 13.79 | - |
| YUV | 196.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 62 | 0 | 0.03 | 0.72 | 0.14 | 57.32 | 0.69 | 0.55 |
| Hex | DB | D4 | 3E | 0 | 3 | 48 | E | 39 | 45 | 37 |
| Octal | 333 | 324 | 76 | 0 | 3 | 110 | 16 | 71 | 105 | 67 |
| Binary | 11011011 | 11010100 | 111110 | 0 | 11 | 1001000 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DBD43E
Complementary color
Monochromatic Colors of #DBD43E
Black with #DBD43E
Text Example
Text Example
White with #DBD43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD43E; }
p { color: rgb(219,212,62); }
H1.HeaderClassName
{
color: #DBD43E;
}
.AnyTagClassName
{
color: #DBD43E;
}
</style>
background-color css
<style>
a { background-color: #DBD43E; }
a { background-color: rgb(219,212,62); }
div.DivClassName
{
background-color: #DBD43E;
}
.BgClassName
{
background-color: #DBD43E;
}
</style>
border-color css
<style>
span { border-color: #DBD43E; }
span { border-color: rgb(219,212,62); }
td.TdClassName
{
border-color: #DBD43E;
}
.TagClassName
{
border-color: #DBD43E;
}
</style>