Shades of Wattle #DBC83F
Tints of Wattle #DBC83F
RGB
CMYK
RGB Variations
Color information
#DBC83F (or 0xDBC83F) is known color: Wattle. HEX triplet: DB, C8 and 3F. RGB value is (219,200,63). Sum of RGB (Red+Green+Blue) = 219+200+63=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC83F is #2437C0. Grayscale: #BEBEBE. Windows color (decimal): -2373569 or 4180187. OLE color: 4180187.
HSL color Cylindrical-coordinate representation of color #DBC83F: hue angle of 52.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBC83F is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 63 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.14 |
| HSL | 52.69º | 0.68% | 0.55% | - |
| HSV(B) | 52.69º | 0.71% | 0.86% | - |
| XYZ | 50.76 | 56.73 | 12.98 | - |
| YUV | 190.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 63 | 0 | 0.09 | 0.71 | 0.14 | 52.69 | 0.68 | 0.55 |
| Hex | DB | C8 | 3F | 0 | 9 | 47 | E | 35 | 44 | 37 |
| Octal | 333 | 310 | 77 | 0 | 11 | 107 | 16 | 65 | 104 | 67 |
| Binary | 11011011 | 11001000 | 111111 | 0 | 1001 | 1000111 | 1110 | 110101 | 1000100 | 110111 |
Color Harmonies of #DBC83F
Complementary color
Monochromatic Colors of #DBC83F
Black with #DBC83F
Text Example
Text Example
White with #DBC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC83F; }
p { color: rgb(219,200,63); }
H1.HeaderClassName
{
color: #DBC83F;
}
.AnyTagClassName
{
color: #DBC83F;
}
</style>
background-color css
<style>
a { background-color: #DBC83F; }
a { background-color: rgb(219,200,63); }
div.DivClassName
{
background-color: #DBC83F;
}
.BgClassName
{
background-color: #DBC83F;
}
</style>
border-color css
<style>
span { border-color: #DBC83F; }
span { border-color: rgb(219,200,63); }
td.TdClassName
{
border-color: #DBC83F;
}
.TagClassName
{
border-color: #DBC83F;
}
</style>