Shades of Old Gold #DBBD3E
Tints of Old Gold #DBBD3E
RGB
CMYK
RGB Variations
Color information
#DBBD3E (or 0xDBBD3E) is known color: Old Gold. HEX triplet: DB, BD and 3E. RGB value is (219,189,62). Sum of RGB (Red+Green+Blue) = 219+189+62=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD3E is #2442C1. Grayscale: #B8B8B8. Windows color (decimal): -2376386 or 4111835. OLE color: 4111835.
HSL color Cylindrical-coordinate representation of color #DBBD3E: hue angle of 48.54º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBBD3E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 62 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.14 |
| HSL | 48.54º | 0.69% | 0.55% | - |
| HSV(B) | 48.54º | 0.72% | 0.86% | - |
| XYZ | 48.28 | 51.8 | 12.01 | - |
| YUV | 183.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 62 | 0 | 0.14 | 0.72 | 0.14 | 48.54 | 0.69 | 0.55 |
| Hex | DB | BD | 3E | 0 | E | 48 | E | 31 | 45 | 37 |
| Octal | 333 | 275 | 76 | 0 | 16 | 110 | 16 | 61 | 105 | 67 |
| Binary | 11011011 | 10111101 | 111110 | 0 | 1110 | 1001000 | 1110 | 110001 | 1000101 | 110111 |
Color Harmonies of #DBBD3E
Complementary color
Monochromatic Colors of #DBBD3E
Black with #DBBD3E
Text Example
Text Example
White with #DBBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD3E; }
p { color: rgb(219,189,62); }
H1.HeaderClassName
{
color: #DBBD3E;
}
.AnyTagClassName
{
color: #DBBD3E;
}
</style>
background-color css
<style>
a { background-color: #DBBD3E; }
a { background-color: rgb(219,189,62); }
div.DivClassName
{
background-color: #DBBD3E;
}
.BgClassName
{
background-color: #DBBD3E;
}
</style>
border-color css
<style>
span { border-color: #DBBD3E; }
span { border-color: rgb(219,189,62); }
td.TdClassName
{
border-color: #DBBD3E;
}
.TagClassName
{
border-color: #DBBD3E;
}
</style>