Shades of Wattle #DBC93A
Tints of Wattle #DBC93A
RGB
CMYK
RGB Variations
Color information
#DBC93A (or 0xDBC93A) is known color: Wattle. HEX triplet: DB, C9 and 3A. RGB value is (219,201,58). Sum of RGB (Red+Green+Blue) = 219+201+58=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC93A is #2436C5. Grayscale: #BEBEBE. Windows color (decimal): -2373318 or 3852763. OLE color: 3852763.
HSL color Cylindrical-coordinate representation of color #DBC93A: hue angle of 53.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBC93A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 58 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.14 |
| HSL | 53.29º | 0.69% | 0.54% | - |
| HSV(B) | 53.29º | 0.74% | 0.86% | - |
| XYZ | 50.86 | 57.14 | 12.35 | - |
| YUV | 190.08 | 53.46 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 58 | 0 | 0.08 | 0.74 | 0.14 | 53.29 | 0.69 | 0.54 |
| Hex | DB | C9 | 3A | 0 | 8 | 4A | E | 35 | 45 | 36 |
| Octal | 333 | 311 | 72 | 0 | 10 | 112 | 16 | 65 | 105 | 66 |
| Binary | 11011011 | 11001001 | 111010 | 0 | 1000 | 1001010 | 1110 | 110101 | 1000101 | 110110 |
Color Harmonies of #DBC93A
Complementary color
Monochromatic Colors of #DBC93A
Black with #DBC93A
Text Example
Text Example
White with #DBC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC93A; }
p { color: rgb(219,201,58); }
H1.HeaderClassName
{
color: #DBC93A;
}
.AnyTagClassName
{
color: #DBC93A;
}
</style>
background-color css
<style>
a { background-color: #DBC93A; }
a { background-color: rgb(219,201,58); }
div.DivClassName
{
background-color: #DBC93A;
}
.BgClassName
{
background-color: #DBC93A;
}
</style>
border-color css
<style>
span { border-color: #DBC93A; }
span { border-color: rgb(219,201,58); }
td.TdClassName
{
border-color: #DBC93A;
}
.TagClassName
{
border-color: #DBC93A;
}
</style>