Shades of Old Gold #DBBC40
Tints of Old Gold #DBBC40
RGB
CMYK
RGB Variations
Color information
#DBBC40 (or 0xDBBC40) is known color: Old Gold. HEX triplet: DB, BC and 40. RGB value is (219,188,64). Sum of RGB (Red+Green+Blue) = 219+188+64=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC40 is #2443BF. Grayscale: #B7B7B7. Windows color (decimal): -2376640 or 4242651. OLE color: 4242651.
HSL color Cylindrical-coordinate representation of color #DBBC40: hue angle of 48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBBC40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 64 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.14 |
| HSL | 48º | 0.68% | 0.55% | - |
| HSV(B) | 48º | 0.71% | 0.86% | - |
| XYZ | 48.12 | 51.4 | 12.23 | - |
| YUV | 183.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 64 | 0 | 0.14 | 0.71 | 0.14 | 48 | 0.68 | 0.55 |
| Hex | DB | BC | 40 | 0 | E | 47 | E | 30 | 44 | 37 |
| Octal | 333 | 274 | 100 | 0 | 16 | 107 | 16 | 60 | 104 | 67 |
| Binary | 11011011 | 10111100 | 1000000 | 0 | 1110 | 1000111 | 1110 | 110000 | 1000100 | 110111 |
Color Harmonies of #DBBC40
Complementary color
Monochromatic Colors of #DBBC40
Black with #DBBC40
Text Example
Text Example
White with #DBBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC40; }
p { color: rgb(219,188,64); }
H1.HeaderClassName
{
color: #DBBC40;
}
.AnyTagClassName
{
color: #DBBC40;
}
</style>
background-color css
<style>
a { background-color: #DBBC40; }
a { background-color: rgb(219,188,64); }
div.DivClassName
{
background-color: #DBBC40;
}
.BgClassName
{
background-color: #DBBC40;
}
</style>
border-color css
<style>
span { border-color: #DBBC40; }
span { border-color: rgb(219,188,64); }
td.TdClassName
{
border-color: #DBBC40;
}
.TagClassName
{
border-color: #DBBC40;
}
</style>