Shades of Old Gold #DBBD36
Tints of Old Gold #DBBD36
RGB
CMYK
RGB Variations
Color information
#DBBD36 (or 0xDBBD36) is known color: Old Gold. HEX triplet: DB, BD and 36. RGB value is (219,189,54). Sum of RGB (Red+Green+Blue) = 219+189+54=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD36 is #2442C9. Grayscale: #B7B7B7. Windows color (decimal): -2376394 or 3587547. OLE color: 3587547.
HSL color Cylindrical-coordinate representation of color #DBBD36: hue angle of 49.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBBD36 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 54 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.14 |
| HSL | 49.09º | 0.7% | 0.54% | - |
| HSV(B) | 49.09º | 0.75% | 0.86% | - |
| XYZ | 48.08 | 51.72 | 10.94 | - |
| YUV | 182.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 54 | 0 | 0.14 | 0.75 | 0.14 | 49.09 | 0.7 | 0.54 |
| Hex | DB | BD | 36 | 0 | E | 4B | E | 31 | 46 | 36 |
| Octal | 333 | 275 | 66 | 0 | 16 | 113 | 16 | 61 | 106 | 66 |
| Binary | 11011011 | 10111101 | 110110 | 0 | 1110 | 1001011 | 1110 | 110001 | 1000110 | 110110 |
Color Harmonies of #DBBD36
Complementary color
Monochromatic Colors of #DBBD36
Black with #DBBD36
Text Example
Text Example
White with #DBBD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD36; }
p { color: rgb(219,189,54); }
H1.HeaderClassName
{
color: #DBBD36;
}
.AnyTagClassName
{
color: #DBBD36;
}
</style>
background-color css
<style>
a { background-color: #DBBD36; }
a { background-color: rgb(219,189,54); }
div.DivClassName
{
background-color: #DBBD36;
}
.BgClassName
{
background-color: #DBBD36;
}
</style>
border-color css
<style>
span { border-color: #DBBD36; }
span { border-color: rgb(219,189,54); }
td.TdClassName
{
border-color: #DBBD36;
}
.TagClassName
{
border-color: #DBBD36;
}
</style>