Shades of Old Gold #DBBD3F
Tints of Old Gold #DBBD3F
RGB
CMYK
RGB Variations
Color information
#DBBD3F (or 0xDBBD3F) is known color: Old Gold. HEX triplet: DB, BD and 3F. RGB value is (219,189,63). Sum of RGB (Red+Green+Blue) = 219+189+63=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD3F is #2442C0. Grayscale: #B8B8B8. Windows color (decimal): -2376385 or 4177371. OLE color: 4177371.
HSL color Cylindrical-coordinate representation of color #DBBD3F: hue angle of 48.46º 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 #DBBD3F is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 63 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.14 |
| HSL | 48.46º | 0.68% | 0.55% | - |
| HSV(B) | 48.46º | 0.71% | 0.86% | - |
| XYZ | 48.31 | 51.81 | 12.16 | - |
| YUV | 183.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 63 | 0 | 0.14 | 0.71 | 0.14 | 48.46 | 0.68 | 0.55 |
| Hex | DB | BD | 3F | 0 | E | 47 | E | 30 | 44 | 37 |
| Octal | 333 | 275 | 77 | 0 | 16 | 107 | 16 | 60 | 104 | 67 |
| Binary | 11011011 | 10111101 | 111111 | 0 | 1110 | 1000111 | 1110 | 110000 | 1000100 | 110111 |
Color Harmonies of #DBBD3F
Complementary color
Monochromatic Colors of #DBBD3F
Black with #DBBD3F
Text Example
Text Example
White with #DBBD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD3F; }
p { color: rgb(219,189,63); }
H1.HeaderClassName
{
color: #DBBD3F;
}
.AnyTagClassName
{
color: #DBBD3F;
}
</style>
background-color css
<style>
a { background-color: #DBBD3F; }
a { background-color: rgb(219,189,63); }
div.DivClassName
{
background-color: #DBBD3F;
}
.BgClassName
{
background-color: #DBBD3F;
}
</style>
border-color css
<style>
span { border-color: #DBBD3F; }
span { border-color: rgb(219,189,63); }
td.TdClassName
{
border-color: #DBBD3F;
}
.TagClassName
{
border-color: #DBBD3F;
}
</style>