Shades of Wattle #DBC83D
Tints of Wattle #DBC83D
RGB
CMYK
RGB Variations
Color information
#DBC83D (or 0xDBC83D) is known color: Wattle. HEX triplet: DB, C8 and 3D. RGB value is (219,200,61). Sum of RGB (Red+Green+Blue) = 219+200+61=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC83D is #2437C2. Grayscale: #BEBEBE. Windows color (decimal): -2373571 or 4049115. OLE color: 4049115.
HSL color Cylindrical-coordinate representation of color #DBC83D: hue angle of 52.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBC83D is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 61 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.14 |
| HSL | 52.78º | 0.69% | 0.55% | - |
| HSV(B) | 52.78º | 0.72% | 0.86% | - |
| XYZ | 50.71 | 56.71 | 12.69 | - |
| YUV | 189.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 61 | 0 | 0.09 | 0.72 | 0.14 | 52.78 | 0.69 | 0.55 |
| Hex | DB | C8 | 3D | 0 | 9 | 48 | E | 35 | 45 | 37 |
| Octal | 333 | 310 | 75 | 0 | 11 | 110 | 16 | 65 | 105 | 67 |
| Binary | 11011011 | 11001000 | 111101 | 0 | 1001 | 1001000 | 1110 | 110101 | 1000101 | 110111 |
Color Harmonies of #DBC83D
Complementary color
Monochromatic Colors of #DBC83D
Black with #DBC83D
Text Example
Text Example
White with #DBC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC83D; }
p { color: rgb(219,200,61); }
H1.HeaderClassName
{
color: #DBC83D;
}
.AnyTagClassName
{
color: #DBC83D;
}
</style>
background-color css
<style>
a { background-color: #DBC83D; }
a { background-color: rgb(219,200,61); }
div.DivClassName
{
background-color: #DBC83D;
}
.BgClassName
{
background-color: #DBC83D;
}
</style>
border-color css
<style>
span { border-color: #DBC83D; }
span { border-color: rgb(219,200,61); }
td.TdClassName
{
border-color: #DBC83D;
}
.TagClassName
{
border-color: #DBC83D;
}
</style>