Shades of Old Gold #DBBC34
Tints of Old Gold #DBBC34
RGB
CMYK
RGB Variations
Color information
#DBBC34 (or 0xDBBC34) is known color: Old Gold. HEX triplet: DB, BC and 34. RGB value is (219,188,52). Sum of RGB (Red+Green+Blue) = 219+188+52=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC34 is #2443CB. Grayscale: #B6B6B6. Windows color (decimal): -2376652 or 3456219. OLE color: 3456219.
HSL color Cylindrical-coordinate representation of color #DBBC34: hue angle of 48.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBBC34 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 52 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.14 |
| HSL | 48.86º | 0.7% | 0.53% | - |
| HSV(B) | 48.86º | 0.76% | 0.86% | - |
| XYZ | 47.82 | 51.27 | 10.63 | - |
| YUV | 181.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 52 | 0 | 0.14 | 0.76 | 0.14 | 48.86 | 0.7 | 0.53 |
| Hex | DB | BC | 34 | 0 | E | 4C | E | 31 | 46 | 35 |
| Octal | 333 | 274 | 64 | 0 | 16 | 114 | 16 | 61 | 106 | 65 |
| Binary | 11011011 | 10111100 | 110100 | 0 | 1110 | 1001100 | 1110 | 110001 | 1000110 | 110101 |
Color Harmonies of #DBBC34
Complementary color
Monochromatic Colors of #DBBC34
Black with #DBBC34
Text Example
Text Example
White with #DBBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC34; }
p { color: rgb(219,188,52); }
H1.HeaderClassName
{
color: #DBBC34;
}
.AnyTagClassName
{
color: #DBBC34;
}
</style>
background-color css
<style>
a { background-color: #DBBC34; }
a { background-color: rgb(219,188,52); }
div.DivClassName
{
background-color: #DBBC34;
}
.BgClassName
{
background-color: #DBBC34;
}
</style>
border-color css
<style>
span { border-color: #DBBC34; }
span { border-color: rgb(219,188,52); }
td.TdClassName
{
border-color: #DBBC34;
}
.TagClassName
{
border-color: #DBBC34;
}
</style>