Shades of Old Gold #DBBE38
Tints of Old Gold #DBBE38
RGB
CMYK
RGB Variations
Color information
#DBBE38 (or 0xDBBE38) is known color: Old Gold. HEX triplet: DB, BE and 38. RGB value is (219,190,56). Sum of RGB (Red+Green+Blue) = 219+190+56=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE38 is #2441C7. Grayscale: #B7B7B7. Windows color (decimal): -2376136 or 3718875. OLE color: 3718875.
HSL color Cylindrical-coordinate representation of color #DBBE38: hue angle of 49.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBBE38 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 56 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.14 |
| HSL | 49.33º | 0.69% | 0.54% | - |
| HSV(B) | 49.33º | 0.74% | 0.86% | - |
| XYZ | 48.34 | 52.17 | 11.26 | - |
| YUV | 183.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 56 | 0 | 0.13 | 0.74 | 0.14 | 49.33 | 0.69 | 0.54 |
| Hex | DB | BE | 38 | 0 | D | 4A | E | 31 | 45 | 36 |
| Octal | 333 | 276 | 70 | 0 | 15 | 112 | 16 | 61 | 105 | 66 |
| Binary | 11011011 | 10111110 | 111000 | 0 | 1101 | 1001010 | 1110 | 110001 | 1000101 | 110110 |
Color Harmonies of #DBBE38
Complementary color
Monochromatic Colors of #DBBE38
Black with #DBBE38
Text Example
Text Example
White with #DBBE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE38; }
p { color: rgb(219,190,56); }
H1.HeaderClassName
{
color: #DBBE38;
}
.AnyTagClassName
{
color: #DBBE38;
}
</style>
background-color css
<style>
a { background-color: #DBBE38; }
a { background-color: rgb(219,190,56); }
div.DivClassName
{
background-color: #DBBE38;
}
.BgClassName
{
background-color: #DBBE38;
}
</style>
border-color css
<style>
span { border-color: #DBBE38; }
span { border-color: rgb(219,190,56); }
td.TdClassName
{
border-color: #DBBE38;
}
.TagClassName
{
border-color: #DBBE38;
}
</style>