Shades of Old Gold #DBBC36
Tints of Old Gold #DBBC36
RGB
CMYK
RGB Variations
Color information
#DBBC36 (or 0xDBBC36) is known color: Old Gold. HEX triplet: DB, BC and 36. RGB value is (219,188,54). Sum of RGB (Red+Green+Blue) = 219+188+54=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC36 is #2443C9. Grayscale: #B6B6B6. Windows color (decimal): -2376650 or 3587291. OLE color: 3587291.
HSL color Cylindrical-coordinate representation of color #DBBC36: hue angle of 48.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBBC36 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 54 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.14 |
| HSL | 48.73º | 0.7% | 0.54% | - |
| HSV(B) | 48.73º | 0.75% | 0.86% | - |
| XYZ | 47.86 | 51.29 | 10.87 | - |
| YUV | 181.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 54 | 0 | 0.14 | 0.75 | 0.14 | 48.73 | 0.7 | 0.54 |
| Hex | DB | BC | 36 | 0 | E | 4B | E | 31 | 46 | 36 |
| Octal | 333 | 274 | 66 | 0 | 16 | 113 | 16 | 61 | 106 | 66 |
| Binary | 11011011 | 10111100 | 110110 | 0 | 1110 | 1001011 | 1110 | 110001 | 1000110 | 110110 |
Color Harmonies of #DBBC36
Complementary color
Monochromatic Colors of #DBBC36
Black with #DBBC36
Text Example
Text Example
White with #DBBC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC36; }
p { color: rgb(219,188,54); }
H1.HeaderClassName
{
color: #DBBC36;
}
.AnyTagClassName
{
color: #DBBC36;
}
</style>
background-color css
<style>
a { background-color: #DBBC36; }
a { background-color: rgb(219,188,54); }
div.DivClassName
{
background-color: #DBBC36;
}
.BgClassName
{
background-color: #DBBC36;
}
</style>
border-color css
<style>
span { border-color: #DBBC36; }
span { border-color: rgb(219,188,54); }
td.TdClassName
{
border-color: #DBBC36;
}
.TagClassName
{
border-color: #DBBC36;
}
</style>