Shades of Wattle #DBC93B
Tints of Wattle #DBC93B
RGB
CMYK
RGB Variations
Color information
#DBC93B (or 0xDBC93B) is known color: Wattle. HEX triplet: DB, C9 and 3B. RGB value is (219,201,59). Sum of RGB (Red+Green+Blue) = 219+201+59=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC93B is #2436C4. Grayscale: #BEBEBE. Windows color (decimal): -2373317 or 3918299. OLE color: 3918299.
HSL color Cylindrical-coordinate representation of color #DBC93B: hue angle of 53.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBC93B is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 59 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.14 |
| HSL | 53.25º | 0.69% | 0.55% | - |
| HSV(B) | 53.25º | 0.73% | 0.86% | - |
| XYZ | 50.89 | 57.15 | 12.49 | - |
| YUV | 190.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 59 | 0 | 0.08 | 0.73 | 0.14 | 53.25 | 0.69 | 0.55 |
| Hex | DB | C9 | 3B | 0 | 8 | 49 | E | 35 | 45 | 37 |
| Octal | 333 | 311 | 73 | 0 | 10 | 111 | 16 | 65 | 105 | 67 |
| Binary | 11011011 | 11001001 | 111011 | 0 | 1000 | 1001001 | 1110 | 110101 | 1000101 | 110111 |
Color Harmonies of #DBC93B
Complementary color
Monochromatic Colors of #DBC93B
Black with #DBC93B
Text Example
Text Example
White with #DBC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC93B; }
p { color: rgb(219,201,59); }
H1.HeaderClassName
{
color: #DBC93B;
}
.AnyTagClassName
{
color: #DBC93B;
}
</style>
background-color css
<style>
a { background-color: #DBC93B; }
a { background-color: rgb(219,201,59); }
div.DivClassName
{
background-color: #DBC93B;
}
.BgClassName
{
background-color: #DBC93B;
}
</style>
border-color css
<style>
span { border-color: #DBC93B; }
span { border-color: rgb(219,201,59); }
td.TdClassName
{
border-color: #DBC93B;
}
.TagClassName
{
border-color: #DBC93B;
}
</style>