Shades of Wattle #DBC92D
Tints of Wattle #DBC92D
RGB
CMYK
RGB Variations
Color information
#DBC92D (or 0xDBC92D) is known color: Wattle. HEX triplet: DB, C9 and 2D. RGB value is (219,201,45). Sum of RGB (Red+Green+Blue) = 219+201+45=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC92D is #2436D2. Grayscale: #BDBDBD. Windows color (decimal): -2373331 or 3000795. OLE color: 3000795.
HSL color Cylindrical-coordinate representation of color #DBC92D: hue angle of 53.79º 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 #DBC92D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 45 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.14 |
| HSL | 53.79º | 0.71% | 0.52% | - |
| HSV(B) | 53.79º | 0.79% | 0.86% | - |
| XYZ | 50.57 | 57.02 | 10.82 | - |
| YUV | 188.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 45 | 0 | 0.08 | 0.79 | 0.14 | 53.79 | 0.71 | 0.52 |
| Hex | DB | C9 | 2D | 0 | 8 | 4F | E | 36 | 47 | 34 |
| Octal | 333 | 311 | 55 | 0 | 10 | 117 | 16 | 66 | 107 | 64 |
| Binary | 11011011 | 11001001 | 101101 | 0 | 1000 | 1001111 | 1110 | 110110 | 1000111 | 110100 |
Color Harmonies of #DBC92D
Complementary color
Monochromatic Colors of #DBC92D
Black with #DBC92D
Text Example
Text Example
White with #DBC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC92D; }
p { color: rgb(219,201,45); }
H1.HeaderClassName
{
color: #DBC92D;
}
.AnyTagClassName
{
color: #DBC92D;
}
</style>
background-color css
<style>
a { background-color: #DBC92D; }
a { background-color: rgb(219,201,45); }
div.DivClassName
{
background-color: #DBC92D;
}
.BgClassName
{
background-color: #DBC92D;
}
</style>
border-color css
<style>
span { border-color: #DBC92D; }
span { border-color: rgb(219,201,45); }
td.TdClassName
{
border-color: #DBC92D;
}
.TagClassName
{
border-color: #DBC92D;
}
</style>