Shades of Old Gold #DBBA3D
Tints of Old Gold #DBBA3D
RGB
CMYK
RGB Variations
Color information
#DBBA3D (or 0xDBBA3D) is known color: Old Gold. HEX triplet: DB, BA and 3D. RGB value is (219,186,61). Sum of RGB (Red+Green+Blue) = 219+186+61=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA3D is #2445C2. Grayscale: #B6B6B6. Windows color (decimal): -2377155 or 4045531. OLE color: 4045531.
HSL color Cylindrical-coordinate representation of color #DBBA3D: hue angle of 47.47º 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 #DBBA3D is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 61 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.14 |
| HSL | 47.47º | 0.69% | 0.55% | - |
| HSV(B) | 47.47º | 0.72% | 0.86% | - |
| XYZ | 47.61 | 50.51 | 11.66 | - |
| YUV | 181.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 61 | 0 | 0.15 | 0.72 | 0.14 | 47.47 | 0.69 | 0.55 |
| Hex | DB | BA | 3D | 0 | F | 48 | E | 2F | 45 | 37 |
| Octal | 333 | 272 | 75 | 0 | 17 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011011 | 10111010 | 111101 | 0 | 1111 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DBBA3D
Complementary color
Monochromatic Colors of #DBBA3D
Black with #DBBA3D
Text Example
Text Example
White with #DBBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA3D; }
p { color: rgb(219,186,61); }
H1.HeaderClassName
{
color: #DBBA3D;
}
.AnyTagClassName
{
color: #DBBA3D;
}
</style>
background-color css
<style>
a { background-color: #DBBA3D; }
a { background-color: rgb(219,186,61); }
div.DivClassName
{
background-color: #DBBA3D;
}
.BgClassName
{
background-color: #DBBA3D;
}
</style>
border-color css
<style>
span { border-color: #DBBA3D; }
span { border-color: rgb(219,186,61); }
td.TdClassName
{
border-color: #DBBA3D;
}
.TagClassName
{
border-color: #DBBA3D;
}
</style>