Shades of Old Gold #DBBD40
Tints of Old Gold #DBBD40
RGB
CMYK
RGB Variations
Color information
#DBBD40 (or 0xDBBD40) is known color: Old Gold. HEX triplet: DB, BD and 40. RGB value is (219,189,64). Sum of RGB (Red+Green+Blue) = 219+189+64=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD40 is #2442BF. Grayscale: #B8B8B8. Windows color (decimal): -2376384 or 4242907. OLE color: 4242907.
HSL color Cylindrical-coordinate representation of color #DBBD40: hue angle of 48.39º 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 #DBBD40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 64 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.14 |
| HSL | 48.39º | 0.68% | 0.55% | - |
| HSV(B) | 48.39º | 0.71% | 0.86% | - |
| XYZ | 48.34 | 51.83 | 12.31 | - |
| YUV | 183.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 64 | 0 | 0.14 | 0.71 | 0.14 | 48.39 | 0.68 | 0.55 |
| Hex | DB | BD | 40 | 0 | E | 47 | E | 30 | 44 | 37 |
| Octal | 333 | 275 | 100 | 0 | 16 | 107 | 16 | 60 | 104 | 67 |
| Binary | 11011011 | 10111101 | 1000000 | 0 | 1110 | 1000111 | 1110 | 110000 | 1000100 | 110111 |
Color Harmonies of #DBBD40
Complementary color
Monochromatic Colors of #DBBD40
Black with #DBBD40
Text Example
Text Example
White with #DBBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD40; }
p { color: rgb(219,189,64); }
H1.HeaderClassName
{
color: #DBBD40;
}
.AnyTagClassName
{
color: #DBBD40;
}
</style>
background-color css
<style>
a { background-color: #DBBD40; }
a { background-color: rgb(219,189,64); }
div.DivClassName
{
background-color: #DBBD40;
}
.BgClassName
{
background-color: #DBBD40;
}
</style>
border-color css
<style>
span { border-color: #DBBD40; }
span { border-color: rgb(219,189,64); }
td.TdClassName
{
border-color: #DBBD40;
}
.TagClassName
{
border-color: #DBBD40;
}
</style>