Shades of Wattle #DBC23D
Tints of Wattle #DBC23D
RGB
CMYK
RGB Variations
Color information
#DBC23D (or 0xDBC23D) is known color: Wattle. HEX triplet: DB, C2 and 3D. RGB value is (219,194,61). Sum of RGB (Red+Green+Blue) = 219+194+61=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC23D is #243DC2. Grayscale: #BABABA. Windows color (decimal): -2375107 or 4047579. OLE color: 4047579.
HSL color Cylindrical-coordinate representation of color #DBC23D: hue angle of 50.51º 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 #DBC23D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 61 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.14 |
| HSL | 50.51º | 0.69% | 0.55% | - |
| HSV(B) | 50.51º | 0.72% | 0.86% | - |
| XYZ | 49.35 | 53.98 | 12.23 | - |
| YUV | 186.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 61 | 0 | 0.11 | 0.72 | 0.14 | 50.51 | 0.69 | 0.55 |
| Hex | DB | C2 | 3D | 0 | B | 48 | E | 33 | 45 | 37 |
| Octal | 333 | 302 | 75 | 0 | 13 | 110 | 16 | 63 | 105 | 67 |
| Binary | 11011011 | 11000010 | 111101 | 0 | 1011 | 1001000 | 1110 | 110011 | 1000101 | 110111 |
Color Harmonies of #DBC23D
Complementary color
Monochromatic Colors of #DBC23D
Black with #DBC23D
Text Example
Text Example
White with #DBC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC23D; }
p { color: rgb(219,194,61); }
H1.HeaderClassName
{
color: #DBC23D;
}
.AnyTagClassName
{
color: #DBC23D;
}
</style>
background-color css
<style>
a { background-color: #DBC23D; }
a { background-color: rgb(219,194,61); }
div.DivClassName
{
background-color: #DBC23D;
}
.BgClassName
{
background-color: #DBC23D;
}
</style>
border-color css
<style>
span { border-color: #DBC23D; }
span { border-color: rgb(219,194,61); }
td.TdClassName
{
border-color: #DBC23D;
}
.TagClassName
{
border-color: #DBC23D;
}
</style>