Shades of Old Gold #DCBE37
Tints of Old Gold #DCBE37
RGB
CMYK
RGB Variations
Color information
#DCBE37 (or 0xDCBE37) is known color: Old Gold. HEX triplet: DC, BE and 37. RGB value is (220,190,55). Sum of RGB (Red+Green+Blue) = 220+190+55=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE37 is #2341C8. Grayscale: #B8B8B8. Windows color (decimal): -2310601 or 3653340. OLE color: 3653340.
HSL color Cylindrical-coordinate representation of color #DCBE37: 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 #DCBE37 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 55 | - |
| 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.62 | 52.32 | 11.15 | - |
| YUV | 183.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 55 | 0 | 0.14 | 0.75 | 0.14 | 49.09 | 0.7 | 0.54 |
| Hex | DC | BE | 37 | 0 | E | 4B | E | 31 | 46 | 36 |
| Octal | 334 | 276 | 67 | 0 | 16 | 113 | 16 | 61 | 106 | 66 |
| Binary | 11011100 | 10111110 | 110111 | 0 | 1110 | 1001011 | 1110 | 110001 | 1000110 | 110110 |
Color Harmonies of #DCBE37
Complementary color
Monochromatic Colors of #DCBE37
Black with #DCBE37
Text Example
Text Example
White with #DCBE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE37; }
p { color: rgb(220,190,55); }
H1.HeaderClassName
{
color: #DCBE37;
}
.AnyTagClassName
{
color: #DCBE37;
}
</style>
background-color css
<style>
a { background-color: #DCBE37; }
a { background-color: rgb(220,190,55); }
div.DivClassName
{
background-color: #DCBE37;
}
.BgClassName
{
background-color: #DCBE37;
}
</style>
border-color css
<style>
span { border-color: #DCBE37; }
span { border-color: rgb(220,190,55); }
td.TdClassName
{
border-color: #DCBE37;
}
.TagClassName
{
border-color: #DCBE37;
}
</style>