Shades of Old Gold #DBBB3F
Tints of Old Gold #DBBB3F
RGB
CMYK
RGB Variations
Color information
#DBBB3F (or 0xDBBB3F) is known color: Old Gold. HEX triplet: DB, BB and 3F. RGB value is (219,187,63). Sum of RGB (Red+Green+Blue) = 219+187+63=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB3F is #2444C0. Grayscale: #B6B6B6. Windows color (decimal): -2376897 or 4176859. OLE color: 4176859.
HSL color Cylindrical-coordinate representation of color #DBBB3F: hue angle of 47.69º 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 #DBBB3F is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 63 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.14 |
| HSL | 47.69º | 0.68% | 0.55% | - |
| HSV(B) | 47.69º | 0.71% | 0.86% | - |
| XYZ | 47.88 | 50.96 | 12.02 | - |
| YUV | 182.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 63 | 0 | 0.15 | 0.71 | 0.14 | 47.69 | 0.68 | 0.55 |
| Hex | DB | BB | 3F | 0 | F | 47 | E | 30 | 44 | 37 |
| Octal | 333 | 273 | 77 | 0 | 17 | 107 | 16 | 60 | 104 | 67 |
| Binary | 11011011 | 10111011 | 111111 | 0 | 1111 | 1000111 | 1110 | 110000 | 1000100 | 110111 |
Color Harmonies of #DBBB3F
Complementary color
Monochromatic Colors of #DBBB3F
Black with #DBBB3F
Text Example
Text Example
White with #DBBB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB3F; }
p { color: rgb(219,187,63); }
H1.HeaderClassName
{
color: #DBBB3F;
}
.AnyTagClassName
{
color: #DBBB3F;
}
</style>
background-color css
<style>
a { background-color: #DBBB3F; }
a { background-color: rgb(219,187,63); }
div.DivClassName
{
background-color: #DBBB3F;
}
.BgClassName
{
background-color: #DBBB3F;
}
</style>
border-color css
<style>
span { border-color: #DBBB3F; }
span { border-color: rgb(219,187,63); }
td.TdClassName
{
border-color: #DBBB3F;
}
.TagClassName
{
border-color: #DBBB3F;
}
</style>