Shades of Old Gold #DBBC3A
Tints of Old Gold #DBBC3A
RGB
CMYK
RGB Variations
Color information
#DBBC3A (or 0xDBBC3A) is known color: Old Gold. HEX triplet: DB, BC and 3A. RGB value is (219,188,58). Sum of RGB (Red+Green+Blue) = 219+188+58=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC3A is #2443C5. Grayscale: #B7B7B7. Windows color (decimal): -2376646 or 3849435. OLE color: 3849435.
HSL color Cylindrical-coordinate representation of color #DBBC3A: hue angle of 48.45º 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 #DBBC3A is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 58 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.14 |
| HSL | 48.45º | 0.69% | 0.54% | - |
| HSV(B) | 48.45º | 0.74% | 0.86% | - |
| XYZ | 47.96 | 51.33 | 11.38 | - |
| YUV | 182.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 58 | 0 | 0.14 | 0.74 | 0.14 | 48.45 | 0.69 | 0.54 |
| Hex | DB | BC | 3A | 0 | E | 4A | E | 30 | 45 | 36 |
| Octal | 333 | 274 | 72 | 0 | 16 | 112 | 16 | 60 | 105 | 66 |
| Binary | 11011011 | 10111100 | 111010 | 0 | 1110 | 1001010 | 1110 | 110000 | 1000101 | 110110 |
Color Harmonies of #DBBC3A
Complementary color
Monochromatic Colors of #DBBC3A
Black with #DBBC3A
Text Example
Text Example
White with #DBBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC3A; }
p { color: rgb(219,188,58); }
H1.HeaderClassName
{
color: #DBBC3A;
}
.AnyTagClassName
{
color: #DBBC3A;
}
</style>
background-color css
<style>
a { background-color: #DBBC3A; }
a { background-color: rgb(219,188,58); }
div.DivClassName
{
background-color: #DBBC3A;
}
.BgClassName
{
background-color: #DBBC3A;
}
</style>
border-color css
<style>
span { border-color: #DBBC3A; }
span { border-color: rgb(219,188,58); }
td.TdClassName
{
border-color: #DBBC3A;
}
.TagClassName
{
border-color: #DBBC3A;
}
</style>