Shades of Old Gold #DBBD38
Tints of Old Gold #DBBD38
RGB
CMYK
RGB Variations
Color information
#DBBD38 (or 0xDBBD38) is known color: Old Gold. HEX triplet: DB, BD and 38. RGB value is (219,189,56). Sum of RGB (Red+Green+Blue) = 219+189+56=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD38 is #2442C7. Grayscale: #B7B7B7. Windows color (decimal): -2376392 or 3718619. OLE color: 3718619.
HSL color Cylindrical-coordinate representation of color #DBBD38: hue angle of 48.96º 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 #DBBD38 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 56 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.14 |
| HSL | 48.96º | 0.69% | 0.54% | - |
| HSV(B) | 48.96º | 0.74% | 0.86% | - |
| XYZ | 48.12 | 51.74 | 11.19 | - |
| YUV | 182.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 56 | 0 | 0.14 | 0.74 | 0.14 | 48.96 | 0.69 | 0.54 |
| Hex | DB | BD | 38 | 0 | E | 4A | E | 31 | 45 | 36 |
| Octal | 333 | 275 | 70 | 0 | 16 | 112 | 16 | 61 | 105 | 66 |
| Binary | 11011011 | 10111101 | 111000 | 0 | 1110 | 1001010 | 1110 | 110001 | 1000101 | 110110 |
Color Harmonies of #DBBD38
Complementary color
Monochromatic Colors of #DBBD38
Black with #DBBD38
Text Example
Text Example
White with #DBBD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD38; }
p { color: rgb(219,189,56); }
H1.HeaderClassName
{
color: #DBBD38;
}
.AnyTagClassName
{
color: #DBBD38;
}
</style>
background-color css
<style>
a { background-color: #DBBD38; }
a { background-color: rgb(219,189,56); }
div.DivClassName
{
background-color: #DBBD38;
}
.BgClassName
{
background-color: #DBBD38;
}
</style>
border-color css
<style>
span { border-color: #DBBD38; }
span { border-color: rgb(219,189,56); }
td.TdClassName
{
border-color: #DBBD38;
}
.TagClassName
{
border-color: #DBBD38;
}
</style>