Shades of Old Gold #DBBD3A
Tints of Old Gold #DBBD3A
RGB
CMYK
RGB Variations
Color information
#DBBD3A (or 0xDBBD3A) is known color: Old Gold. HEX triplet: DB, BD and 3A. RGB value is (219,189,58). Sum of RGB (Red+Green+Blue) = 219+189+58=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD3A is #2442C5. Grayscale: #B7B7B7. Windows color (decimal): -2376390 or 3849691. OLE color: 3849691.
HSL color Cylindrical-coordinate representation of color #DBBD3A: hue angle of 48.82º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBBD3A is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 58 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.14 |
| HSL | 48.82º | 0.69% | 0.54% | - |
| HSV(B) | 48.82º | 0.74% | 0.86% | - |
| XYZ | 48.17 | 51.76 | 11.45 | - |
| YUV | 183.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 58 | 0 | 0.14 | 0.74 | 0.14 | 48.82 | 0.69 | 0.54 |
| Hex | DB | BD | 3A | 0 | E | 4A | E | 31 | 45 | 36 |
| Octal | 333 | 275 | 72 | 0 | 16 | 112 | 16 | 61 | 105 | 66 |
| Binary | 11011011 | 10111101 | 111010 | 0 | 1110 | 1001010 | 1110 | 110001 | 1000101 | 110110 |
Color Harmonies of #DBBD3A
Complementary color
Monochromatic Colors of #DBBD3A
Black with #DBBD3A
Text Example
Text Example
White with #DBBD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD3A; }
p { color: rgb(219,189,58); }
H1.HeaderClassName
{
color: #DBBD3A;
}
.AnyTagClassName
{
color: #DBBD3A;
}
</style>
background-color css
<style>
a { background-color: #DBBD3A; }
a { background-color: rgb(219,189,58); }
div.DivClassName
{
background-color: #DBBD3A;
}
.BgClassName
{
background-color: #DBBD3A;
}
</style>
border-color css
<style>
span { border-color: #DBBD3A; }
span { border-color: rgb(219,189,58); }
td.TdClassName
{
border-color: #DBBD3A;
}
.TagClassName
{
border-color: #DBBD3A;
}
</style>