Shades of Old Gold #DBBD33
Tints of Old Gold #DBBD33
RGB
CMYK
RGB Variations
Color information
#DBBD33 (or 0xDBBD33) is known color: Old Gold. HEX triplet: DB, BD and 33. RGB value is (219,189,51). Sum of RGB (Red+Green+Blue) = 219+189+51=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD33 is #2442CC. Grayscale: #B6B6B6. Windows color (decimal): -2376397 or 3390939. OLE color: 3390939.
HSL color Cylindrical-coordinate representation of color #DBBD33: hue angle of 49.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBBD33 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 51 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.14 |
| HSL | 49.29º | 0.7% | 0.53% | - |
| HSV(B) | 49.29º | 0.77% | 0.86% | - |
| XYZ | 48.01 | 51.69 | 10.58 | - |
| YUV | 182.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 51 | 0 | 0.14 | 0.77 | 0.14 | 49.29 | 0.7 | 0.53 |
| Hex | DB | BD | 33 | 0 | E | 4D | E | 31 | 46 | 35 |
| Octal | 333 | 275 | 63 | 0 | 16 | 115 | 16 | 61 | 106 | 65 |
| Binary | 11011011 | 10111101 | 110011 | 0 | 1110 | 1001101 | 1110 | 110001 | 1000110 | 110101 |
Color Harmonies of #DBBD33
Complementary color
Monochromatic Colors of #DBBD33
Black with #DBBD33
Text Example
Text Example
White with #DBBD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD33; }
p { color: rgb(219,189,51); }
H1.HeaderClassName
{
color: #DBBD33;
}
.AnyTagClassName
{
color: #DBBD33;
}
</style>
background-color css
<style>
a { background-color: #DBBD33; }
a { background-color: rgb(219,189,51); }
div.DivClassName
{
background-color: #DBBD33;
}
.BgClassName
{
background-color: #DBBD33;
}
</style>
border-color css
<style>
span { border-color: #DBBD33; }
span { border-color: rgb(219,189,51); }
td.TdClassName
{
border-color: #DBBD33;
}
.TagClassName
{
border-color: #DBBD33;
}
</style>