Shades of Wattle #DBC13D
Tints of Wattle #DBC13D
RGB
CMYK
RGB Variations
Color information
#DBC13D (or 0xDBC13D) is known color: Wattle. HEX triplet: DB, C1 and 3D. RGB value is (219,193,61). Sum of RGB (Red+Green+Blue) = 219+193+61=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC13D is #243EC2. Grayscale: #BABABA. Windows color (decimal): -2375363 or 4047323. OLE color: 4047323.
HSL color Cylindrical-coordinate representation of color #DBC13D: hue angle of 50.13º 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 #DBC13D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 61 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.14 |
| HSL | 50.13º | 0.69% | 0.55% | - |
| HSV(B) | 50.13º | 0.72% | 0.86% | - |
| XYZ | 49.13 | 53.54 | 12.16 | - |
| YUV | 185.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 61 | 0 | 0.12 | 0.72 | 0.14 | 50.13 | 0.69 | 0.55 |
| Hex | DB | C1 | 3D | 0 | C | 48 | E | 32 | 45 | 37 |
| Octal | 333 | 301 | 75 | 0 | 14 | 110 | 16 | 62 | 105 | 67 |
| Binary | 11011011 | 11000001 | 111101 | 0 | 1100 | 1001000 | 1110 | 110010 | 1000101 | 110111 |
Color Harmonies of #DBC13D
Complementary color
Monochromatic Colors of #DBC13D
Black with #DBC13D
Text Example
Text Example
White with #DBC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC13D; }
p { color: rgb(219,193,61); }
H1.HeaderClassName
{
color: #DBC13D;
}
.AnyTagClassName
{
color: #DBC13D;
}
</style>
background-color css
<style>
a { background-color: #DBC13D; }
a { background-color: rgb(219,193,61); }
div.DivClassName
{
background-color: #DBC13D;
}
.BgClassName
{
background-color: #DBC13D;
}
</style>
border-color css
<style>
span { border-color: #DBC13D; }
span { border-color: rgb(219,193,61); }
td.TdClassName
{
border-color: #DBC13D;
}
.TagClassName
{
border-color: #DBC13D;
}
</style>