Shades of Wattle #DBC23E
Tints of Wattle #DBC23E
RGB
CMYK
RGB Variations
Color information
#DBC23E (or 0xDBC23E) is known color: Wattle. HEX triplet: DB, C2 and 3E. RGB value is (219,194,62). Sum of RGB (Red+Green+Blue) = 219+194+62=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC23E is #243DC1. Grayscale: #BABABA. Windows color (decimal): -2375106 or 4113115. OLE color: 4113115.
HSL color Cylindrical-coordinate representation of color #DBC23E: hue angle of 50.45º 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 #DBC23E is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 62 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.14 |
| HSL | 50.45º | 0.69% | 0.55% | - |
| HSV(B) | 50.45º | 0.72% | 0.86% | - |
| XYZ | 49.37 | 53.99 | 12.38 | - |
| YUV | 186.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 62 | 0 | 0.11 | 0.72 | 0.14 | 50.45 | 0.69 | 0.55 |
| Hex | DB | C2 | 3E | 0 | B | 48 | E | 32 | 45 | 37 |
| Octal | 333 | 302 | 76 | 0 | 13 | 110 | 16 | 62 | 105 | 67 |
| Binary | 11011011 | 11000010 | 111110 | 0 | 1011 | 1001000 | 1110 | 110010 | 1000101 | 110111 |
Color Harmonies of #DBC23E
Complementary color
Monochromatic Colors of #DBC23E
Black with #DBC23E
Text Example
Text Example
White with #DBC23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC23E; }
p { color: rgb(219,194,62); }
H1.HeaderClassName
{
color: #DBC23E;
}
.AnyTagClassName
{
color: #DBC23E;
}
</style>
background-color css
<style>
a { background-color: #DBC23E; }
a { background-color: rgb(219,194,62); }
div.DivClassName
{
background-color: #DBC23E;
}
.BgClassName
{
background-color: #DBC23E;
}
</style>
border-color css
<style>
span { border-color: #DBC23E; }
span { border-color: rgb(219,194,62); }
td.TdClassName
{
border-color: #DBC23E;
}
.TagClassName
{
border-color: #DBC23E;
}
</style>