Shades of Wattle #DBC22E
Tints of Wattle #DBC22E
RGB
CMYK
RGB Variations
Color information
#DBC22E (or 0xDBC22E) is known color: Wattle. HEX triplet: DB, C2 and 2E. RGB value is (219,194,46). Sum of RGB (Red+Green+Blue) = 219+194+46=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC22E is #243DD1. Grayscale: #B9B9B9. Windows color (decimal): -2375122 or 3064539. OLE color: 3064539.
HSL color Cylindrical-coordinate representation of color #DBC22E: hue angle of 51.33º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBC22E is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 46 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.14 |
| HSL | 51.33º | 0.71% | 0.52% | - |
| HSV(B) | 51.33º | 0.79% | 0.86% | - |
| XYZ | 49 | 53.84 | 10.39 | - |
| YUV | 184.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 46 | 0 | 0.11 | 0.79 | 0.14 | 51.33 | 0.71 | 0.52 |
| Hex | DB | C2 | 2E | 0 | B | 4F | E | 33 | 47 | 34 |
| Octal | 333 | 302 | 56 | 0 | 13 | 117 | 16 | 63 | 107 | 64 |
| Binary | 11011011 | 11000010 | 101110 | 0 | 1011 | 1001111 | 1110 | 110011 | 1000111 | 110100 |
Color Harmonies of #DBC22E
Complementary color
Monochromatic Colors of #DBC22E
Black with #DBC22E
Text Example
Text Example
White with #DBC22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC22E; }
p { color: rgb(219,194,46); }
H1.HeaderClassName
{
color: #DBC22E;
}
.AnyTagClassName
{
color: #DBC22E;
}
</style>
background-color css
<style>
a { background-color: #DBC22E; }
a { background-color: rgb(219,194,46); }
div.DivClassName
{
background-color: #DBC22E;
}
.BgClassName
{
background-color: #DBC22E;
}
</style>
border-color css
<style>
span { border-color: #DBC22E; }
span { border-color: rgb(219,194,46); }
td.TdClassName
{
border-color: #DBC22E;
}
.TagClassName
{
border-color: #DBC22E;
}
</style>