Shades of Old Gold #DBBC43
Tints of Old Gold #DBBC43
RGB
CMYK
RGB Variations
Color information
#DBBC43 (or 0xDBBC43) is known color: Old Gold. HEX triplet: DB, BC and 43. RGB value is (219,188,67). Sum of RGB (Red+Green+Blue) = 219+188+67=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC43 is #2443BC. Grayscale: #B7B7B7. Windows color (decimal): -2376637 or 4439259. OLE color: 4439259.
HSL color Cylindrical-coordinate representation of color #DBBC43: hue angle of 47.76º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBBC43 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 67 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.14 |
| HSL | 47.76º | 0.68% | 0.56% | - |
| HSV(B) | 47.76º | 0.69% | 0.86% | - |
| XYZ | 48.21 | 51.43 | 12.7 | - |
| YUV | 183.48 | 62.27 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 67 | 0 | 0.14 | 0.69 | 0.14 | 47.76 | 0.68 | 0.56 |
| Hex | DB | BC | 43 | 0 | E | 45 | E | 30 | 44 | 38 |
| Octal | 333 | 274 | 103 | 0 | 16 | 105 | 16 | 60 | 104 | 70 |
| Binary | 11011011 | 10111100 | 1000011 | 0 | 1110 | 1000101 | 1110 | 110000 | 1000100 | 111000 |
Color Harmonies of #DBBC43
Complementary color
Monochromatic Colors of #DBBC43
Black with #DBBC43
Text Example
Text Example
White with #DBBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC43; }
p { color: rgb(219,188,67); }
H1.HeaderClassName
{
color: #DBBC43;
}
.AnyTagClassName
{
color: #DBBC43;
}
</style>
background-color css
<style>
a { background-color: #DBBC43; }
a { background-color: rgb(219,188,67); }
div.DivClassName
{
background-color: #DBBC43;
}
.BgClassName
{
background-color: #DBBC43;
}
</style>
border-color css
<style>
span { border-color: #DBBC43; }
span { border-color: rgb(219,188,67); }
td.TdClassName
{
border-color: #DBBC43;
}
.TagClassName
{
border-color: #DBBC43;
}
</style>